mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 10:24:10 +01:00
a05c93dd17
- Don't turn off warnings for winelib builds, fix them. Using __declspec on winelib builds just doesn't make sense.
- Drop the custom cross property 'winelib'. Detect it instead.
- Move the libdl dependency to the build system
- Don't run wine during mingw build process. Same as for wine builds, see 715d2571
20 lines
285 B
Plaintext
20 lines
285 B
Plaintext
[binaries]
|
|
c = 'winegcc'
|
|
cpp = 'wineg++'
|
|
ar = 'ar'
|
|
strip = 'strip'
|
|
|
|
[properties]
|
|
needs_exe_wrapper = true
|
|
|
|
c_args=['-m64']
|
|
cpp_args=['-m64', '--no-gnu-unique']
|
|
cpp_link_args=['-m64', '-mwindows']
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|