reduce scope of clib.c within the chibi library

This commit is contained in:
Lukas Böger 2021-06-18 11:55:07 +01:00
parent e2555e5fed
commit 16b97a6e26

View file

@ -299,7 +299,7 @@ if (NOT BUILD_SHARED_LIBS)
SEXP_USE_STATIC_LIBS=1)
target_sources(libchibi-scheme
PUBLIC
PRIVATE
${clibout})
endif()