Skip to content

Commit 78e6ddf

Browse files
committed
Change linking of vmlib to shared. Allows native-libs to easily be built for WAMR
1 parent 1289671 commit 78e6ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

product-mini/platforms/linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ target_link_libraries(iwasm vmlib)
167167

168168
install (TARGETS iwasm DESTINATION bin)
169169

170-
add_library (vmlib ${WAMR_RUNTIME_LIB_SOURCE})
170+
add_library (vmlib SHARED ${WAMR_RUNTIME_LIB_SOURCE})
171171

172172
set_version_info (vmlib)
173173

0 commit comments

Comments
 (0)