summaryrefslogtreecommitdiffstats
path: root/src/angle/src/config.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/src/config.pri')
-rw-r--r--src/angle/src/config.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/angle/src/config.pri b/src/angle/src/config.pri
index c6dbb90ec7..c3cc7e02c1 100644
--- a/src/angle/src/config.pri
+++ b/src/angle/src/config.pri
@@ -40,6 +40,7 @@ DEFINES += _WINDOWS \
# Defines specifying the API version (0x0600 = Vista, 0x0602 = Win8))
winrt {
DEFINES += _WIN32_WINNT=0x0602 WINVER=0x0602
+ DEFINES += ANGLE_ENABLE_UNIVERSAL_BINARY
} else {
DEFINES += _WIN32_WINNT=0x0600 WINVER=0x0600
DEFINES += ANGLE_ENABLE_D3D9