mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[build] Don't run wine during winelib build process
This commit is contained in:
parent
ff604d5a53
commit
6e2e04cf05
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue