]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix windows
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 15:44:25 +0000 (19:44 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 15:44:25 +0000 (19:44 +0400)
exes/all/Makefile

index 22a67e0b9c1f04c60672e189ccbeaf35c5cff5c5..906a08206ffceb1824d7126fede5923ac523dba2 100644 (file)
@@ -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