Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
204 B

  1. #!/bin/bash
  2. CC="clang -arch i386 -arch x86_64 -g -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.5" \
  3. AR_RC="libtool -static -o" \
  4. make -f scripts/makefile.gcc "$@"
  5. lipo -info libpng.a