mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-30 04:24:11 +01:00
e555df93a1
Closes #513, which this is based on.
20 lines
275 B
Plaintext
20 lines
275 B
Plaintext
[binaries]
|
|
c = 'winegcc'
|
|
cpp = 'wineg++'
|
|
ar = 'ar'
|
|
strip = 'strip'
|
|
|
|
[properties]
|
|
winelib = true
|
|
|
|
c_args=['-m64']
|
|
cpp_args=['-m64', '--no-gnu-unique']
|
|
cpp_link_args=['-m64', '-mwindows']
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|