This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 46427fdc9ab2497d3a8f5b32920f20938cb44853 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Feb 16 23:23:24 2015 +0100 macbuild.sh: remove unused variables. --- macbuild.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/macbuild.sh b/macbuild.sh index 7c01845..9263d26 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -10,10 +10,6 @@ PROJECT="${TOP_DIR}/${NAME}.pro" PKG_DMG="${TOP_DIR}/pkg-dmg" NXPROXY="$(which nxproxy)" -LIBXCOMP="libXcomp.3.dylib" -LIBPNG="libpng15.15.dylib" -LIBJPEG="libjpeg.9.dylib" -LIBZ="libz.1.dylib" SDK="${SDK:-"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk"}" MACOSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET:-"10.7"}" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git