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:08:01 +03:00 committed by Philip Rebohle
parent 6e2e04cf05
commit 715d25716b

View File

@ -5,6 +5,7 @@ ar = 'ar'
strip = 'strip'
[properties]
needs_exe_wrapper = true
winelib = true
c_args=['-m64']