summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/mingw_intel
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/mingw_intel')
-rw-r--r--bridges/source/cpp_uno/mingw_intel/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/mingw_intel/makefile.mk b/bridges/source/cpp_uno/mingw_intel/makefile.mk
index d2b08096a3cd..6ff0cbe2da68 100644
--- a/bridges/source/cpp_uno/mingw_intel/makefile.mk
+++ b/bridges/source/cpp_uno/mingw_intel/makefile.mk
@@ -53,7 +53,7 @@ CFLAGSCXX += -fno-omit-frame-pointer
# In case the compiler supports AVX this code segfaults so specifically turn
# it off.
-.IF "$(HAVE_GCC_AVX)" == "YES"
+.IF "$(HAVE_GCC_AVX)" == "TRUE"
CFLAGSCXX+= -mno-avx
.ENDIF