Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.68 KB | None | 0 0
  1. Index: build/workspaces/build-osx-bundle.sh
  2. ===================================================================
  3. --- build/workspaces/build-osx-bundle.sh    (revision 21912)
  4. +++ build/workspaces/build-osx-bundle.sh    (working copy)
  5. @@ -25,7 +25,7 @@
  6.  OSX_VERSION=`sw_vers -productVersion | grep -Eo "^\d+.\d+"`
  7.  # Set SDK and mimimum required OS X version
  8.  export SYSROOT=${SYSROOT:="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk"}
  9. -export MIN_OSX_VERSION=${MIN_OSX_VERSION:="10.7"}
  10. +export MIN_OSX_VERSION=${MIN_OSX_VERSION:="10.8"}
  11.  
  12.  # 0 A.D. release version, e.g. Alpha 21 is 0.0.21
  13.  BUNDLE_VERSION=${BUNDLE_VERSION:="0.0.X"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement