mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-20 15:59:11 +08:00
autotools: Use AM_LDFLAGS for framework Accelerate
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
7874c3fa88
commit
571a8fe1d7
@ -312,7 +312,7 @@ case "${host_os}" in
|
||||
MY_CHECK_FRAMEWORK([Accelerate])
|
||||
if test $my_cv_framework_Accelerate = yes; then
|
||||
AM_CPPFLAGS="-DHAVE_FRAMEWORK_ACCELERATE $AM_CPPFLAGS"
|
||||
LDFLAGS="$LDFLAGS -framework Accelerate"
|
||||
AM_LDFLAGS="$AM_LDFLAGS -framework Accelerate"
|
||||
fi
|
||||
MY_CHECK_FRAMEWORK([OpenCL])
|
||||
if test "$enable_opencl" = "yes"; then
|
||||
|
Loading…
Reference in New Issue
Block a user