mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
don't set RLDFLAGS for android
This commit is contained in:
parent
d9a40fbc61
commit
917387616e
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,9 @@ PLATFORM=cygwin
|
|||
SOLIBDIR = $(BINDIR)
|
||||
DIFFOPTS = -b
|
||||
else
|
||||
ifeq ($(shell uname -o),Android)
|
||||
PLATFORM=android
|
||||
else
|
||||
ifeq ($(shell uname -o),GNU/Linux)
|
||||
PLATFORM=linux
|
||||
else
|
||||
|
@ -41,6 +44,7 @@ endif
|
|||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
########################################################################
|
||||
# Set default variables for the platform.
|
||||
|
|
Loading…
Add table
Reference in a new issue