Skip to content

Commit

Permalink
Merge branch 'GideonLeGrange-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi AOKI committed Sep 26, 2014
2 parents ecf30ac + 51fc674 commit 1c04ad9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#!/bin/sh

OS=`sw_vers -productVersion | cut -f 1,2 -d "." `
CC=clang
if [[ -z "$JAVA_HOME" ]]; then
JAVA_HOME=`/usr/libexec/java_home`
fi
INCLUDE="-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/darwin"
FRAMEWORK="-framework Cocoa"
SRC="native/main.m"
DST="src/main/resources/io/github/appbundler/JavaAppLauncher"
SDK="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"
SDK="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OS.sdk"
ARCH="x86_64"
MIN_MAC_OSX_VERSION="10.7"

Expand Down

0 comments on commit 1c04ad9

Please sign in to comment.