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 0b2da74 commit 77d05d8Copy full SHA for 77d05d8
Makefile
@@ -31,7 +31,7 @@ endif
31
# Define ZTS build flag
32
ifeq ($(ENABLE_ZTS), 1) # is $ENABLE_ZTS=="1"
33
$(info "⚠️ Building with ZTS enabled")
34
- export ENABLE_ZTS = "--enable-zts"
+ export ENABLE_ZTS = --enable-zts
35
else
36
export ENABLE_ZTS =
37
endif
0 commit comments