Skip to content

Commit

Permalink
fix node-addon
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jul 5, 2024
1 parent 421517d commit 0297a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/node-addon-api/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

if [[ ! -f ../../build/install/lib/libsherpa-onnx-core.dylib && ! -f ../../build/install/lib/libsherpa-onnx-core.so ]]; then
if [[ ! -f ../../build/install/lib/libsherpa-onnx-c-api.dylib && ! -f ../../build/install/lib/libsherpa-c-api.so ]]; then
pushd ../../
mkdir -p build
cd build
Expand Down

0 comments on commit 0297a20

Please sign in to comment.