mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Merge pull request #447 from okuoku/win32-cmake
Makefile: Fix Cygwin build
This commit is contained in:
commit
779b0cf02a
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -29,9 +29,13 @@ ifeq ($(OS), Windows_NT)
|
||||||
ifeq ($(PLATFORM),msys)
|
ifeq ($(PLATFORM),msys)
|
||||||
EXCLUDE_WIN32_LIBS=1
|
EXCLUDE_WIN32_LIBS=1
|
||||||
else
|
else
|
||||||
|
ifeq ($(shell uname -o),Cygwin)
|
||||||
|
EXCLUDE_WIN32_LIBS=1
|
||||||
|
else
|
||||||
EXCLUDE_POSIX_LIBS=1
|
EXCLUDE_POSIX_LIBS=1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue