Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
zh217 committed Nov 6, 2022
1 parent dada4b0 commit 95750ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
rm -fr native
mkdir -p native/6
cross build --target=x86_64-unknown-linux-gnu --release
mv target/release/libcozo_node.so native/6/index.node
yarn package
mv target/x86_64-unknown-linux-gnu/release/libcozo_node.so native/6/index.node
npm run package

0 comments on commit 95750ef

Please sign in to comment.