We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4432d14 commit f8b6d0eCopy full SHA for f8b6d0e
Makefile
@@ -25,7 +25,7 @@ $(BIN): $(RUSTLIB)
25
ifeq ($(OS),"Linux")
26
env CGO_ENABLED=1 CGO_LDFLAGS=-lm go build
27
else
28
- uname -s
+ echo $(OS)
29
env CGO_ENABLED=1 go build
30
endif
31
0 commit comments