Skip to content

Commit

Permalink
Fix builds for Tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Apr 4, 2023
1 parent fcc4de4 commit b4d6c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesseract/cppbuild.sh
Expand Up @@ -25,7 +25,7 @@ sedinplace 's/"VERSION"/"VERSION.txt"/g' CMakeLists.txt
sedinplace '/ FATAL_ERROR/d' CMakeLists.txt
sedinplace '/find_package(TIFF)/d' CMakeLists.txt
sedinplace '/pkg_check_modules(TIFF/d' CMakeLists.txt
sedinplace 's/HAVE_NEON TRUE/HAVE_NEON FALSE/g' CMakeLists.txt
sedinplace '/NEON_COMPILE_FLAGS "-mfpu=neon"/d' CMakeLists.txt
sedinplace 's/if(COMPILER_SUPPORTS_MARCH_NATIVE)/if(FALSE)/g' CMakeLists.txt
sedinplace '/find_package(CpuFeaturesNdkCompat/,/CpuFeatures::ndk_compat)/d' CMakeLists.txt

Expand Down

0 comments on commit b4d6c50

Please sign in to comment.