1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 19:24:10 +01:00
dxvk/build-wine64.txt
2018-10-04 12:08:12 +02:00

21 lines
327 B
Plaintext

[binaries]
c = 'winegcc'
cpp = 'wineg++'
ar = 'ar'
strip = 'strip'
[properties]
needs_exe_wrapper = true
winelib = true
c_args=['-m64']
cpp_args=['-m64', '--no-gnu-unique', '-Wno-attributes']
cpp_link_args=['-m64', '-mwindows', '-ldl']
[host_machine]
system = 'linux'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'