Add snapshot to CONFIG for snapshot builds

master
Marius Kintel 2015-03-10 17:18:17 -04:00
parent 26e5684d08
commit 5e46cb2ff8
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if [ "`echo $* | grep mingw64`" ]; then
fi
if [ "`echo $* | grep snapshot`" ]; then
CONFIG="$CONFIG experimental"
CONFIG="$CONFIG snapshot experimental"
OPENSCAD_COMMIT=`git log -1 --pretty=format:"%h"`
fi