mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
7d673063f5
Fixes Proton build, which uses an outdated Meson version. Signed-off-by: Philip Rebohle <philip.rebohle@tu-dortmund.de>
19 lines
381 B
Plaintext
19 lines
381 B
Plaintext
[binaries]
|
|
c = 'i686-w64-mingw32-gcc'
|
|
cpp = 'i686-w64-mingw32-g++'
|
|
ar = 'i686-w64-mingw32-ar'
|
|
strip = 'i686-w64-mingw32-strip'
|
|
|
|
[built-in options]
|
|
c_link_args = ['-static', '-static-libgcc']
|
|
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
|
|
|
|
[properties]
|
|
needs_exe_wrapper = true
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86'
|
|
cpu = 'x86'
|
|
endian = 'little'
|