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.

11 lines
435 B

  1. #!/bin/bash
  2. export CC=clang
  3. export CXX=clang++
  4. # export CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -Oz -fvisibility=hidden"
  5. export CPPFLAGS="-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.5 -Oz -fvisibility=hidden"
  6. export CFLAGS="-arch i386 -g $CPPFLAGS"
  7. export CXXFLAGS="$CFLAGS"
  8. ./configure --enable-shared=no