Ticket #9599: build2.sh

File build2.sh, 300 bytes (added by l-case@…, 13 years ago)

With this the build works.

Line 
1mv .osx-packager/build-outofway .osx-packager/build
2./osx-packager.pl -pluginskip -thirdskip -verbose
3find . -name "libmyth*.dylib" -exec cp {} .osx-packager/build/lib/ \; -print
4./osx-packager.pl -pluginskip -thirdskip -verbose -noclean -nohead
5mv .osx-packager/build .osx-packager/build-outofway
6
7