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 48e25ed commit bee78c8
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 @@ -83,7 +83,7 @@ export ORT_TENSORRT_BUILD=$ORT_TENSORRT_BUILD
EOF

cmake "$SOURCEDIR/cmake" \
-DCMAKE_INSTALL_PREFIX=$INSTALLROOT \
-DCMAKE_INSTALL_PREFIX="$INSTALLROOT" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") \

Check warning on line 89 in onnxruntime.sh

View workflow job for this annotation

GitHub Actions / alidistlint

Quote this to prevent word splitting. [SC2046]
Expand Down

0 comments on commit bee78c8

Please sign in to comment.