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.
2 parents f95997c + 5a030c4 commit 216d3d6Copy full SHA for 216d3d6
Makefile
@@ -223,7 +223,7 @@ endif
223
#
224
# The hostagent must be compiled with CGO_ENABLED=1 so that net.LookupIP() in the DNS server
225
# calls the native resolver library and not the simplistic version in the Go library.
226
-ENVS__output/bin/limactl$(exe) = CGO_ENABLED=1 GOOS=$(GOOS) GOARCH=$(GOARCH) CC=$(CC)
+ENVS__output/bin/limactl$(exe) = CGO_ENABLED=1 GOOS="$(GOOS)" GOARCH="$(GOARCH)" CC="$(CC)"
227
228
_output/bin/limactl$(exe): $(LIMACTL_DEPS) $$(call force_build,$$@)
229
# If the previous cross-compilation was for GOOS=windows, limactl.exe might still be present.
0 commit comments