mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Merge pull request #649 from okuoku/fix-install
Makefile.detect: Fix installation
This commit is contained in:
commit
110487b9b2
1 changed files with 2 additions and 2 deletions
|
@ -179,9 +179,9 @@ CHIBI_POSIX_COMPILED_LIBS = lib/chibi/process$(SO) lib/chibi/time$(SO) \
|
|||
CHIBI_WIN32_COMPILED_LIBS = lib/chibi/win32/process-win32$(SO)
|
||||
|
||||
ifndef EXCLUDE_POSIX_LIBS
|
||||
COMPILED_LIBS += $(CHIBI_POSIX_COMPILED_LIBS)
|
||||
CHIBI_COMPILED_LIBS += $(CHIBI_POSIX_COMPILED_LIBS)
|
||||
else
|
||||
COMPILED_LIBS += $(CHIBI_WIN32_COMPILED_LIBS)
|
||||
CHIBI_COMPILED_LIBS += $(CHIBI_WIN32_COMPILED_LIBS)
|
||||
endif
|
||||
|
||||
########################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue