Skip to content

Commit

Permalink
Fix libuv linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Oct 30, 2023
1 parent 93042b9 commit 3bb4af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ endif()

if(ENABLE_LUAJIT)
target_compile_definitions(Alber PUBLIC "PANDA3DS_ENABLE_LUA=1")
target_link_libraries(Alber PRIVATE libluajit uv)
target_link_libraries(Alber PRIVATE libluajit uv_a)
endif()

if(ENABLE_OPENGL)
Expand Down

0 comments on commit 3bb4af5

Please sign in to comment.