BloodAxe/OpenCV-iOS-build-script

Directory naming issue while patching OpenCV

iley opened this issue · 2 comments

iley commented

I've just found out that your script requires OpenCV source directory to be named "opencv". In other case patching fails and consequently nothing works.

This issue can be resolved by replacing cp -R $SRC $PATCHED_SRC_DIR with cp -R $SRC $PATCHED_SRC_DIR/opencv on line 78.

P.S. The script was very useful for me. Thank you for great work.

Thnx!
Will be fixed soon

Fixed