1
0
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:
pchome 2018-08-18 12:05:09 +03:00 committed by Philip Rebohle
parent ff604d5a53
commit 6e2e04cf05

View File

@ -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]