mirror of https://github.com/opencv/opencv.git
The Android NDK 16b has a bug that sets the ANDROID_NDK_REVISION variable incorrectly, generating an unexpected line break in the middle of the string. This breaks the build as the generated version_string.inc presents an invalid C string. Remove leading and trailing line breaks, warns for line breaks in the middle of 'msg' and escape them before appending to OPENCV_BUILD_INFO_STR.pull/14026/head
parent
98e2bb8721
commit
032e458085
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue