summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-09-01 19:54:53 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-09-01 19:54:53 +0530
commit6b961dd2dac4d5939a51a389d657b395ac3d60a6 (patch)
treeb0182aee1aeb48e8d00d8f7bc7b044f56fe1cffb /config
parentf5ab125fa19142e0f884db4bc5c1cef268749ddf (diff)
windows.config: Of course, it should be CFLAGS +=
The previous commit fixed -good but broke glib!
Diffstat (limited to 'config')
-rw-r--r--config/windows.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/windows.config b/config/windows.config
index 63de11fa..b4a41ea8 100644
--- a/config/windows.config
+++ b/config/windows.config
@@ -119,4 +119,4 @@ if platform == Platform.WINDOWS:
else:
# For cross-mingw, we need to set this in the env so it's added to the
# cross file before Meson is run.
- os.environ['CFLAGS'] = '-I%s/%s/include/directx' % (toolchain_prefix, host)
+ os.environ['CFLAGS'] += '-I%s/%s/include/directx' % (toolchain_prefix, host)