Fix NOSIMD_SUBSTITUTIONS for libjpeg-turbo

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2020-04-09 18:39:55 +00:00
parent b7150ed842
commit 0eb82a5a75

View File

@ -539,7 +539,7 @@ JCONFIG_NOWIN_SIMD_SUBSTITUTIONS = {
}
JCONFIG_NOWIN_NOSIMD_SUBSTITUTIONS = {
"#cmakedefine WITH_SIMD": "",
"#cmakedefine WITH_SIMD 1": "",
}
JCONFIG_NOWIN_SIMD_SUBSTITUTIONS.update(JCONFIG_NOWIN_COMMON_SUBSTITUTIONS)