Skip to content

Commit

Permalink
Fix static liblv5
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Feb 3, 2024
1 parent 64c3a9c commit 62bd82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iv/lv5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ add_library(liblv5 STATIC
radio/core.cc
)
set_target_properties(liblv5 PROPERTIES PREFIX "")
mz_merge_static_libraries(liblv5 ALL gc-lib v8_dtoa netlib_dtoa)
# mz_merge_static_libraries(liblv5 ALL gc-lib v8_dtoa netlib_dtoa)
add_dependencies(liblv5 gc-lib v8_dtoa netlib_dtoa)

set(LV5_LIBRARIES liblv5 ${IV_LIBRARIES})
set(LV5_LIBRARIES liblv5 gc-lib v8_dtoa netlib_dtoa ${IV_LIBRARIES})

# lv5 shell

Expand Down

0 comments on commit 62bd82d

Please sign in to comment.