Skip to content

Commit

Permalink
version 0.0.5
Browse files Browse the repository at this point in the history
- better build script
  • Loading branch information
kalwalt committed Jan 16, 2023
1 parent 40873b6 commit f5c3838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ packaging/opencv-em
packaging/opencv.js
packaging/opencv_js.js
packaging/opencv-em-*.zip
packaging/opencv.js-*.zip
packaging/opencv-js-*.zip
packaging/build_wasm
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ do
done

BUILD_HOME="${OURDIR}/opencv/build_wasm"
if [ $BUILD_PYTHON ] ; then
BUILD_NAME="opencv-js"
else
BUILD_NAME="opencv-em"
fi
VERSION="4.5.0-emcc-3.1.26"
BUILD_NAME_VERSION=${BUILD_NAME}-${VERSION}

Expand Down

0 comments on commit f5c3838

Please sign in to comment.