Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Support Xcode 4 build location
  • Loading branch information
plambert committed Mar 13, 2011
1 parent 02750c9 commit 56d0725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/gazelle-build.sh
Expand Up @@ -52,7 +52,7 @@ for arch in $ARCHS; do
# build, thus we do not paralellize make.
CFLAGS="-arch $arch -g -I../lua/src" \
CPPFLAGS="-arch $arch -g -I../lua/src" \
LDFLAGS="-arch $arch -L../../build/$BUILD_STYLE/lua" \
LDFLAGS="-arch $arch \"-L${BUILT_PRODUCTS_DIR}/lua\"" \
make

mv -vf gzlc gzlc-$arch
Expand Down

0 comments on commit 56d0725

Please sign in to comment.