disable freebsd builds.

This commit is contained in:
Jason Kulatunga
2020-10-17 12:44:46 -06:00
parent c89381b39e
commit 7293f2e48b
+1 -1
View File
@@ -10,7 +10,7 @@ BINARY=\
.PHONY: all $(BINARY) .PHONY: all $(BINARY)
all: $(BINARY) windows/amd64 freebsd/amd64 freebsd/386 all: $(BINARY) windows/amd64
$(BINARY): OS = $(word 1,$(subst /, ,$*)) $(BINARY): OS = $(word 1,$(subst /, ,$*))
$(BINARY): ARCH = $(word 2,$(subst /, ,$*)) $(BINARY): ARCH = $(word 2,$(subst /, ,$*))