mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +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)
|
SOLIBDIR = $(BINDIR)
|
||||||
DIFFOPTS = -b
|
DIFFOPTS = -b
|
||||||
else
|
else
|
||||||
|
ifeq ($(shell uname -o),Android)
|
||||||
|
PLATFORM=android
|
||||||
|
else
|
||||||
ifeq ($(shell uname -o),GNU/Linux)
|
ifeq ($(shell uname -o),GNU/Linux)
|
||||||
PLATFORM=linux
|
PLATFORM=linux
|
||||||
else
|
else
|
||||||
|
@ -41,6 +44,7 @@ endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# Set default variables for the platform.
|
# Set default variables for the platform.
|
||||||
|
|
Loading…
Add table
Reference in a new issue