summaryrefslogtreecommitdiffstats
path: root/src/angle/src/compiler/translator_hlsl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/src/compiler/translator_hlsl.pro')
-rw-r--r--src/angle/src/compiler/translator_hlsl.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angle/src/compiler/translator_hlsl.pro b/src/angle/src/compiler/translator_hlsl.pro
index 1c31cad297..f19d33a530 100644
--- a/src/angle/src/compiler/translator_hlsl.pro
+++ b/src/angle/src/compiler/translator_hlsl.pro
@@ -5,7 +5,7 @@ TARGET = $$qtLibraryTarget(translator_hlsl)
include(../config.pri)
# Mingw 4.7 chokes on implicit move semantics, so disable C++11 here
-win32-g++*: CONFIG -= c++11
+mingw: CONFIG -= c++11
INCLUDEPATH += $$ANGLE_DIR/src \
$$ANGLE_DIR/include