From: MatthieuCoder Date: Tue, 3 Jan 2023 15:44:25 +0000 (+0400) Subject: fix windows X-Git-Tag: v0.1~14 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=38c8ef7df96d9fdfd00ce8d74e88b2d2446adabe;p=matthieu%2Fnova.git fix windows --- 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