]> git.puffer.fish Git - matthieu/nova.git/commitdiff
windows name is worst
authoricecodder <git@icecodder.me>
Sat, 14 Jan 2023 17:13:05 +0000 (18:13 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Jan 2023 17:13:05 +0000 (18:13 +0100)
Makefile

index 100ae0a4fda219844003131f53e058c90ae1bb14..c70abad28efbca6cefdbb1cefb414b23bb31d1a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ build/bin/nova: build/lib/liball_in_one.a internal/pkg/all-in-one/all-in-one.h
        go build -a -ldflags '-s' -o build/bin/nova cmd/nova/nova.go
 
 all: 
-       ifeq ($(OS),Windows)
+       ifeq ($(OS),Windows_NT)
                build/bin/{cache,gateway,ratelimit,rest,webhook}{,.exe} build/bin/nova
        else
                build/bin/{cache,gateway,ratelimit,rest,webhook} build/bin/nova