Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. sudo ./configure CFLAGS="-arch i386 -arch x86_64" CXXFLAGS="-arch i386 -arch x86_64" LDFLAGS="-arch i386 -arch x86_64"
  2.  
  3. On OS X, use the "--with-archflags" option to build with the correct set of
  4. architectures:
  5.  
  6. ./configure --with-archflags="-arch i386 -arch x86_64" ...
  7.  
  8. ./configure --with-archflags="-arch i386 -arch x86_64"
  9. make
  10. sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement