change CGO_ENABLED := 1 if not set in Makefile

x/wasm
Michael Li 1 year ago
parent 26a1ad430a
commit a46e217909
No known key found for this signature in database

@ -7,7 +7,7 @@ endif
TARGET_BIN = $(basename $(TARGET))
ifeq (n$(CGO_ENABLED),n)
CGO_ENABLED := 0
CGO_ENABLED := 1
endif
RELEASE_ROOT = release

Loading…
Cancel
Save