From d625ea9c5a3ea124734c901bf65ff9461bcadf04 Mon Sep 17 00:00:00 2001 From: Daid Date: Mon, 17 Jun 2013 10:59:08 +0200 Subject: [PATCH] Build the engine for MacOS. --- package.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2