summarylogtreecommitdiffstats
path: root/vkd3d-proton-extraopts.patch
blob: 49a77f486f424030aac29e28a7cb314fc2c8c5a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff --git a/build-win32.txt b/build-win32.txt
index a1406832..748f5c1e 100644
--- a/build-win32.txt
+++ b/build-win32.txt
@@ -4,6 +4,12 @@ cpp = 'i686-w64-mingw32-g++'
 ar = 'i686-w64-mingw32-ar'
 strip = 'i686-w64-mingw32-strip'
 
+[built-in options]
+c_args=[@CARGS@]
+cpp_args=[@CXXARGS@]
+c_link_args = [@LDARGS@]
+cpp_link_args = [@LDARGS@]
+
 [properties]
 needs_exe_wrapper = true
 
diff --git a/build-win64.txt b/build-win64.txt
index 1aee4626..7d2e84f4 100644
--- a/build-win64.txt
+++ b/build-win64.txt
@@ -4,6 +4,12 @@ cpp = 'x86_64-w64-mingw32-g++'
 ar = 'x86_64-w64-mingw32-ar'
 strip = 'x86_64-w64-mingw32-strip'
 
+[built-in options]
+c_args=[@CARGS@]
+cpp_args=[@CXXARGS@]
+c_link_args = [@LDARGS@]
+cpp_link_args = [@LDARGS@]
+
 [properties]
 needs_exe_wrapper = true