Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 3875977

Browse files
Fix brew build from source error
1 parent 6d0c507 commit 3875977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"install": "prebuild-install --runtime napi --backend cmake-js --config Release || yarn rebuild",
13-
"build-deps": "cmake-js configure --directory ./cortex-cpp-deps --out ./build-deps/cortex-cpp-deps && cmake-js build --directory ./cortex-cpp-deps --out ./build-deps/cortex-cpp-deps --config Release",
13+
"build-deps": "cmake-js configure --directory ./cortex-cpp-deps --out ./build-deps/cortex-cpp-deps --config Release && cmake-js build --directory ./cortex-cpp-deps --out ./build-deps/cortex-cpp-deps --config Release",
1414
"build": "yarn build-deps && cmake-js configure --config Release && cmake-js build --config Release",
1515
"rebuild": "yarn build-deps && cmake-js rebuild --config Release",
1616
"prebuild": "yarn build-deps && prebuild --runtime napi --backend cmake-js --all --strip --verbose --config Release --include-regex \"\\.(node|exp|lib|so)$\"",

0 commit comments

Comments
 (0)