mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 05:06:37 +02:00
Makefile: Fix Cygwin build
Fix Cygwin build; gmake's $(OS) will yield Windows_NT even on Cygwin.
This commit is contained in:
parent
27d8174518
commit
c3cbd9a2e2
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -29,9 +29,13 @@ ifeq ($(OS), Windows_NT)
|
|||
ifeq ($(PLATFORM),msys)
|
||||
EXCLUDE_WIN32_LIBS=1
|
||||
else
|
||||
ifeq ($(shell uname -o),Cygwin)
|
||||
EXCLUDE_WIN32_LIBS=1
|
||||
else
|
||||
EXCLUDE_POSIX_LIBS=1
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
########################################################################
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue