Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build-win64.txt - github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b1d99d4547fad80ba349921a29803cde178e337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[binaries]
cpp = 'x86_64-w64-mingw32-g++'
strip = 'x86_64-w64-mingw32-strip'
ar = 'x86_64-w64-mingw32-ar'

[built-in options]
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']

[properties]
needs_exe_wrapper = true

[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'