From 38c8ef7df96d9fdfd00ce8d74e88b2d2446adabe Mon Sep 17 00:00:00 2001 From: MatthieuCoder Date: Tue, 3 Jan 2023 19:44:25 +0400 Subject: [PATCH] fix windows --- exes/all/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exes/all/Makefile b/exes/all/Makefile index 22a67e0..906a082 100644 --- a/exes/all/Makefile +++ b/exes/all/Makefile @@ -6,7 +6,7 @@ library: build: library cp ../../target/release/liball.a ./build - go build -a -ldflags '-s' -o build/all + go build -a -ldflags '-s $(LDFLAGS)' -o build/all all: library build -- 2.39.5