From: Daid Date: Mon, 17 Jun 2013 08:59:08 +0000 (+0200) Subject: Build the engine for MacOS. X-Git-Tag: 13.06.2~1^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d625ea9c5a3ea124734c901bf65ff9461bcadf04;p=cura.git Build the engine for MacOS. --- diff --git a/package.sh b/package.sh index fb4ceaf1..8f349cd2 100755 --- a/package.sh +++ b/package.sh @@ -105,7 +105,10 @@ if [ "$BUILD_TARGET" = "darwin" ]; then #Add cura version file (should read the version from the bundle with pyobjc, but will figure that out later) echo $BUILD_NAME > scripts/darwin/dist/Cura.app/Contents/Resources/version - cp CuraEngine scripts/darwin/dist/Cura.app/Contents/Resources/CuraEngine + rm -rf CuraEngine + git clone https://github.com/Ultimaker/CuraEngine + make -C CuraEngine + cp CuraEngine/CuraEngine scripts/darwin/dist/Cura.app/Contents/Resources/CuraEngine cd scripts/darwin