mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 19:24:10 +01:00
0034ed4464
Meson determines the cflags by --buildtype. Letting meson handle it will fix the OW crash.
17 lines
407 B
Plaintext
17 lines
407 B
Plaintext
[binaries]
|
|
c = '/usr/bin/x86_64-w64-mingw32-gcc'
|
|
cpp = '/usr/bin/x86_64-w64-mingw32-g++'
|
|
ar = '/usr/bin/x86_64-w64-mingw32-ar'
|
|
strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
|
exe_wrapper = 'wine'
|
|
|
|
[properties]
|
|
c_link_args = ['-static', '-static-libgcc']
|
|
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|