We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd32e89 commit 23412a3Copy full SHA for 23412a3
1 file changed
docker/build.sh
@@ -81,12 +81,12 @@ CmakeGenerate() {
81
82
if [ -n "$ENABLE_USERAPPS" ]
83
then
84
- CMAKE_ARGS=-DENABLE_USERAPPS=$ENABLE_USERAPPS
+ CMAKE_ARGS="-DENABLE_USERAPPS=$ENABLE_USERAPPS"
85
fi
86
87
if [ -n "$ENABLE_WATCHFACES" ]
88
89
- CMAKE_ARGS=${CMAKE_ARGS} -DENABLE_WATCHFACES=$ENABLE_WATCHFACES
+ CMAKE_ARGS="${CMAKE_ARGS} -DENABLE_WATCHFACES=$ENABLE_WATCHFACES"
90
91
92
cmake -G "Unix Makefiles" \
0 commit comments