From aea33cb16d432015c6fd05ee7fcff81a12b2212c Mon Sep 17 00:00:00 2001 From: Adam Fisk Date: Mon, 27 Nov 2023 06:07:27 -0500 Subject: [PATCH] Revert makefile change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c04e822d..4cbf7d0f 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ $(DIST_DIR): mkdir -p $(DIST_DIR) $(BUILD_DIR)/http-proxy: $(SRCS) | $(BUILD_DIR) - GOOS=linux GOARCH=amd64 CGO_ENABLED=0 GOPRIVATE="github.com/getlantern" go build -o $(BUILD_DIR) ./http-proxy + GOPRIVATE="github.com/getlantern" go build -o $(BUILD_DIR) ./http-proxy build: $(BUILD_DIR)/http-proxy