mirror of
https://github.com/janet-lang/janet
synced 2025-05-03 16:04:15 +00:00
Add comment to explain Linux check in Makefile
This commit is contained in:
parent
2bd63c2d27
commit
f3bab72a86
2
Makefile
2
Makefile
@ -69,7 +69,7 @@ ifeq ($(UNAME), Haiku)
|
|||||||
LDFLAGS=-Wl,--export-dynamic
|
LDFLAGS=-Wl,--export-dynamic
|
||||||
endif
|
endif
|
||||||
# For Android (termux)
|
# For Android (termux)
|
||||||
ifeq ($(UNAME), Linux)
|
ifeq ($(UNAME), Linux) # uname on Darwin doesn't recognise -o
|
||||||
ifeq ($(shell uname -o), Android)
|
ifeq ($(shell uname -o), Android)
|
||||||
CLIBS:=$(CLIBS) -landroid-spawn
|
CLIBS:=$(CLIBS) -landroid-spawn
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user