Skip to content

Commit

Permalink
Copy so and h to project root
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Aug 28, 2024
1 parent 04a347e commit 2bbe5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"install": "npm run libchdb && npm run build",
"test": "mocha",
"libchdb": "curl -sL https://lib.chdb.io | bash",
"libchdb": "curl -sL https://lib.chdb.io | bash && cp -a /usr/local/lib/libchdb.so ./ && cp -a /usr/local/include/chdb.h ./",
"fixloaderpath": "./fix_loader_path.sh",
"build": "node-gyp configure build --verbose && npm run fixloaderpath"
},
Expand Down

0 comments on commit 2bbe5a8

Please sign in to comment.