X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=makemac.sh;h=2c8c2f8c031030ca2f1897fb43693f778211f3ac;hb=a041e0c6375bd5f86d77f88f400b933d764b033e;hp=1afe20286ee027f48f1d3264794ddc826de81377;hpb=5caf4edd361a27a3250fdbf5e8084b0d5c55d615;p=lugaru.git diff --git a/makemac.sh b/makemac.sh index 1afe202..2c8c2f8 100755 --- a/makemac.sh +++ b/makemac.sh @@ -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