Skip to content

Commit 602becc

Browse files
committed
refs qorelanguage/qore#3802 fixed module loading in develop
1 parent fe77d09 commit 602becc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ qore_wrap_qpp_value(QPP_SOURCES ${QPP_SRC})
7777

7878
SET (module_name "process")
7979

80-
add_library(${module_name} SHARED ${CPP_SRC} ${QPP_SOURCES})
80+
add_library(${module_name} MODULE ${CPP_SRC} ${QPP_SOURCES})
8181

8282
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
8383
target_link_libraries(${module_name} proc)

0 commit comments

Comments
 (0)