Skip to content

Commit

Permalink
Fixed linux build
Browse files Browse the repository at this point in the history
Former-commit-id: 504ac7f
  • Loading branch information
emcifuntik committed Jan 10, 2021
1 parent 51ce861 commit 0d53d6a
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 @@ -128,5 +128,5 @@ if (WIN32)
endif (WIN32)

if (UNIX)
target_link_libraries(${PROJECT_NAME} ${PROJECT_SOURCE_DIR}/deps/nodejs/lib/libnode.so.72)
target_link_libraries(${PROJECT_NAME} ${PROJECT_SOURCE_DIR}/deps/nodejs/lib/libnode.so.83)
endif (UNIX)

0 comments on commit 0d53d6a

Please sign in to comment.