Skip to content

Commit

Permalink
Fix call to install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Apr 21, 2024
1 parent 8e2e8a6 commit dd5e557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ninja -C out/Release -j${CPU_COUNT}
if [[ "$target_platform" != osx-* ]]; then
cp out/Release/lib/libnode.* out/Release/
fi
python tools/install.py install ${PREFIX} ''
python tools/install.py install --prefix ${PREFIX} ''
cp out/Release/node $PREFIX/bin

if [[ "$CONDA_BUILD_CROSS_COMPILATION" != "1" ]]; then
Expand Down

0 comments on commit dd5e557

Please sign in to comment.