Skip to content

Commit

Permalink
fix: 统一依赖搜索库搜索路径
Browse files Browse the repository at this point in the history
  • Loading branch information
engsr6982 committed Dec 28, 2024
1 parent 7debe51 commit f0fbd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ target("Js_Engine")
if is_plat("windows") then
add_links("third-party/nodejs/win/lib/libnode.lib")
elseif is_plat("linux") then
add_rpathdirs("$ORIGIN/js_engine") -- ./plugins/js_engine/libnode.so.93
add_rpathdirs("$ORIGIN/../") -- ./plugins/js_engine/libnode.so.93
add_links("third-party/nodejs/linux/libnode.so")
end

Expand Down

0 comments on commit f0fbd7f

Please sign in to comment.