Skip to content

Commit

Permalink
Update build-macos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
umireon committed Aug 10, 2023
1 parent 42f4359 commit a5cf9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ cmake opencv -B build_$1 \

cmake --build build_$1
cmake --install build_$1 --prefix release/$1
tar -C release/$1 -cvf release/opencv-linux-$1.tar.gz .
tar -C release/$1 -cvf release/opencv-macos-$1.tar.gz .

0 comments on commit a5cf9ab

Please sign in to comment.