]> git.jsancho.org Git - lugaru.git/blobdiff - makemac.sh
Commented out usage of header in OpenGL headers because it broke MSVC
[lugaru.git] / makemac.sh
index 1afe20286ee027f48f1d3264794ddc826de81377..2c8c2f8c031030ca2f1897fb43693f778211f3ac 100755 (executable)
@@ -9,10 +9,10 @@ for arch in ppc i386 x86_64 ; do
     make -f makefile.old macosx=true macosx_arch=$arch clean
     make -f makefile.old macosx=true macosx_arch=$arch -j$NCPU
     # We always strip here. For debugging, you should do "make" directly.
-    strip Data/lugaru-$arch
-    BINS="$BINS Data/lugaru-$arch"
+    strip ./lugaru-$arch
+    BINS="$BINS ./lugaru-$arch"
 done
 
-rm -f Data/lugaru-bin
-lipo -create -o Data/lugaru-bin $BINS
+rm -f ./lugaru-bin
+lipo -create -o ./lugaru-bin $BINS