Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid303 <daid303@gmail.com>2012-12-19 12:52:02 +0400
committerdaid303 <daid303@gmail.com>2012-12-19 12:52:02 +0400
commitd8923b891b5e49f6a78f86d5b7b67b7db1a00aba (patch)
tree62474fcb5ae06f0d4a00c1e9593f561afa38f4f6 /package.sh
parent9d46c12da12016c3f9ce48e4b49673ec79d3bb53 (diff)
Add extra requirements to linux run script.
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.sh b/package.sh
index 89745cc1e8..3c95415fe1 100755
--- a/package.sh
+++ b/package.sh
@@ -8,10 +8,10 @@
#############################
##Select the build target
-# BUILD_TARGET=${1:-all}
+BUILD_TARGET=${1:-all}
#BUILD_TARGET=win32
#BUILD_TARGET=linux
-BUILD_TARGET=darwin
+#BUILD_TARGET=darwin
##Do we need to create the final archive
ARCHIVE_FOR_DISTRIBUTION=1