mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 04:24:11 +01:00
2fb0ccae7f
find_library doesn't work when using winegcc. Specify linker command instead.
16 lines
185 B
Plaintext
16 lines
185 B
Plaintext
[binaries]
|
|
c = 'winegcc'
|
|
cpp = 'wineg++'
|
|
ar = 'ar'
|
|
strip = 'strip'
|
|
|
|
[properties]
|
|
winelib = true
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|