mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 10:24:10 +01:00
[build] Don't run wine during winelib build process
This commit is contained in:
parent
ff604d5a53
commit
6e2e04cf05
@ -3,13 +3,13 @@ c = 'winegcc'
|
||||
cpp = 'wineg++'
|
||||
ar = 'ar'
|
||||
strip = 'strip'
|
||||
exe_wrapper = 'wine'
|
||||
|
||||
[properties]
|
||||
needs_exe_wrapper = true
|
||||
winelib = true
|
||||
|
||||
c_args=['-m32']
|
||||
cpp_args=['-m32', '--no-gnu-unique']
|
||||
cpp_args=['-m32', '--no-gnu-unique', '-Wno-attributes']
|
||||
cpp_link_args=['-m32', '-mwindows']
|
||||
|
||||
[host_machine]
|
||||
|
Loading…
Reference in New Issue
Block a user