1
0
forked from pool/adaptivecpp
Files
adaptivecpp/02-cmake-modules.patch

14 lines
373 B
Diff
Raw Permalink Normal View History

diff --git a/src/compiler/CMakeLists.txt b/src/compiler/CMakeLists.txt
index 96eb97f..faa7c50 100644
--- a/src/compiler/CMakeLists.txt
+++ b/src/compiler/CMakeLists.txt
@@ -75,7 +75,7 @@ else()
set(REFLECTION_BUILTINS "")
endif()
-add_library(acpp-clang SHARED
+add_library(acpp-clang MODULE
AdaptiveCppClangPlugin.cpp
GlobalsPruningPass.cpp
${SSCP_COMPILER}