Skip to content

Commit

Permalink
Update onnxruntime.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jan 21, 2025
1 parent bee78c8 commit 1493b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cmake "$SOURCEDIR/cmake"
-DCMAKE_INSTALL_PREFIX="$INSTALLROOT" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") \
-DPYTHON_EXECUTABLE="$(python3 -c 'import sys; print(sys.executable)')" \
-Donnxruntime_BUILD_UNIT_TESTS=OFF \
-Donnxruntime_PREFER_SYSTEM_LIB=ON \
-Donnxruntime_BUILD_SHARED_LIB=ON \
Expand Down

0 comments on commit 1493b80

Please sign in to comment.