From 16b97a6e2618620e3f4d499fd8093f94e21b4789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20B=C3=B6ger?= Date: Fri, 18 Jun 2021 11:55:07 +0100 Subject: [PATCH] reduce scope of clib.c within the chibi library --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8524908..b092c5d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -299,7 +299,7 @@ if (NOT BUILD_SHARED_LIBS) SEXP_USE_STATIC_LIBS=1) target_sources(libchibi-scheme - PUBLIC + PRIVATE ${clibout}) endif()