Skip to content

Commit

Permalink
remove cgo disable flag in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Dec 27, 2023
1 parent 6145e86 commit bd94c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ifeq ($(OS),Windows_NT)
$(error mesh demo server not supported)
exit 1
else
CGO_ENABLED=0 go build -mod=readonly $(BUILD_FLAGS) -o $(BUILD_DIR)/$(APPNAME) ./cmd/meshd
go build -mod=readonly $(BUILD_FLAGS) -o $(BUILD_DIR)/$(APPNAME) ./cmd/meshd
endif

build-vendored:
Expand Down

0 comments on commit bd94c96

Please sign in to comment.