File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,9 @@ LIMACTL_DEPS += vz.entitlements
220
220
endif
221
221
222
222
# environment variables for limactl. this variable is used for checking force build.
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.
223
226
ENVS__output/bin/limactl$(exe) = CGO_ENABLED=1 GOOS=$(GOOS ) GOARCH=$(GOARCH ) CC=$(CC )
224
227
225
228
_output/bin/limactl$(exe ) : $(LIMACTL_DEPS ) $$(call force_build,$$@ )
@@ -229,8 +232,6 @@ ifneq ($(GOOS),windows) #
229
232
else
230
233
@rm -rf _output/bin/limactl
231
234
endif
232
- # The hostagent must be compiled with CGO_ENABLED=1 so that net.LookupIP() in the DNS server
233
- # calls the native resolver library and not the simplistic version in the Go library.
234
235
$(ENVS_$@) $(GO_BUILD) -o $@ ./cmd/limactl
235
236
ifeq ($(GOOS ) ,darwin)
236
237
codesign -f -v --entitlements vz.entitlements -s - $@
You can’t perform that action at this time.
0 commit comments