Skip to content

Instantly share code, notes, and snippets.

@naotokui
Created October 22, 2016 04:10
Show Gist options
  • Select an option

  • Save naotokui/e6c0f1e08ddb2388f8199228fa9cafc5 to your computer and use it in GitHub Desktop.

Select an option

Save naotokui/e6c0f1e08ddb2388f8199228fa9cafc5 to your computer and use it in GitHub Desktop.
make command for compiling an universal binary
make CXXFLAGS="-arch i386 -arch x86_64" CFLAGS="-arch i386 -arch x86_64" LDFLAGS="-arch i386 -arch x86_64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment