diff --git a/components/engine/project/make.sh b/components/engine/project/make.sh index cf12016497..82b8f0c5de 100755 --- a/components/engine/project/make.sh +++ b/components/engine/project/make.sh @@ -102,7 +102,7 @@ LDFLAGS=' ' if [ -z "$DEBUG" ]; then - LDFLAGS="-w $LDFLAGS" + LDFLAGS="-w $LDFLAGS" fi LDFLAGS_STATIC='-linkmode external'