Skip to content

Commit

Permalink
[osx/build] Unset CREATE_BUNDLE cmake variable with --nopkg, might he…
Browse files Browse the repository at this point in the history
…lp when rebuilding after a build with packaging enabled
  • Loading branch information
eumagga0x2a committed Jul 9, 2017
1 parent 0a16c29 commit 2c526a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootStrapOsx_Sierra.bash
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi
if [ "x$create_app_bundle" = "x1" ] ; then
export DO_BUNDLE="-DCREATE_BUNDLE=true"
else
export DO_BUNDLE=""
export DO_BUNDLE="-UCREATE_BUNDLE"
fi
if [ "x$do_core" = "x1" ] ; then
echo "** CORE **"
Expand Down

0 comments on commit 2c526a8

Please sign in to comment.