Add support for MUSL on Linux
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
OS:= $(shell uname -s | tr '[A-Z]' '[a-z]' | sed 's/darwin/osx/')
|
||||
ifdef MUSL
|
||||
OS=linux-musl
|
||||
else
|
||||
OS=$(shell uname -s | tr '[A-Z]' '[a-z]' | sed 's/darwin/osx/')
|
||||
endif
|
||||
|
||||
all: magicka
|
||||
|
||||
|
Reference in New Issue
Block a user