Skip to content

Commit

Permalink
create symlink for linxu
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Feb 16, 2023
1 parent 94a46fc commit 11092c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ cp -r deps/v8/include ../puerts-node/nodejs/deps/v8

mkdir -p ../puerts-node/nodejs/lib/Linux/
cp out/Release/libnode.so.* ../puerts-node/nodejs/lib/Linux/
cd ../puerts-node/nodejs/lib/Linux/
ln -s libnode.so.93 libnode.so
cd -

0 comments on commit 11092c1

Please sign in to comment.