Skip to content

Commit 77d05d8

Browse files
committed
FIX: Remove quotes
1 parent 0b2da74 commit 77d05d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif
3131
# Define ZTS build flag
3232
ifeq ($(ENABLE_ZTS), 1) # is $ENABLE_ZTS=="1"
3333
$(info "⚠️ Building with ZTS enabled")
34-
export ENABLE_ZTS = "--enable-zts"
34+
export ENABLE_ZTS = --enable-zts
3535
else
3636
export ENABLE_ZTS =
3737
endif

0 commit comments

Comments
 (0)