X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=makemac.sh;h=2c8c2f8c031030ca2f1897fb43693f778211f3ac;hb=f66b1c7e45b9ed0b7def76825fb4fa042697b693;hp=1afe20286ee027f48f1d3264794ddc826de81377;hpb=b798bab24a8fd5a54e669b31da19bc393ab04ff5;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