Skip to content

Commit 2bbe5a8

Browse files
committed
Copy so and h to project root
1 parent 04a347e commit 2bbe5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"install": "npm run libchdb && npm run build",
1212
"test": "mocha",
13-
"libchdb": "curl -sL https://lib.chdb.io | bash",
13+
"libchdb": "curl -sL https://lib.chdb.io | bash && cp -a /usr/local/lib/libchdb.so ./ && cp -a /usr/local/include/chdb.h ./",
1414
"fixloaderpath": "./fix_loader_path.sh",
1515
"build": "node-gyp configure build --verbose && npm run fixloaderpath"
1616
},

0 commit comments

Comments
 (0)