This is useful for homebrew users that might have to add further include and library paths. --- macbuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macbuild.sh b/macbuild.sh index 5f011ec..9c5cceb 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -29,7 +29,8 @@ phase "Running qmake" qmake -config release \ CONFIG+=x86_64 \ QMAKE_MAC_SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk \ - QMAKE_MACOSX_DEPLOYMENT_TARGET=10.7 + QMAKE_MACOSX_DEPLOYMENT_TARGET=10.7 \ + $@ phase "Running make" make -j2 -- 1.8.1.3