Skip to content

Commit

Permalink
fix: quickjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Jul 14, 2023
1 parent de5f9a6 commit 7bdc7d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ set(CORE_INC_DIR
add_library(core STATIC ${CORE_SRC} ${CORE_INC})

if(EMSCRIPTEN)
target_link_libraries(core PUBLIC SDL2::SDL2 SDL2_image::SDL2_image-static IMGUI quickjspp)
# target_link_libraries(core PUBLIC SDL2::SDL2 SDL2_image::SDL2_image-static IMGUI quickjspp)
target_link_libraries(core PUBLIC SDL2::SDL2 SDL2_image::SDL2_image-static IMGUI)
else()
target_link_libraries(
core PUBLIC SDL2::SDL2 SDL2_image::SDL2_image-static IMGUI
Expand Down

0 comments on commit 7bdc7d7

Please sign in to comment.