diff options
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/x86_64-w64-msvc-clang.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cross/x86_64-w64-msvc-clang.txt b/cross/x86_64-w64-msvc-clang.txt index f269f63..01188f3 100644 --- a/cross/x86_64-w64-msvc-clang.txt +++ b/cross/x86_64-w64-msvc-clang.txt @@ -11,12 +11,14 @@ pkg-config = '' exe_wrapper = 'wine64' [properties] -c_args = ['--target=x86_64-windows-msvc', '-fuse-ld=lld'] -cpp_args = ['--target=x86_64-windows-msvc', '-fuse-ld=lld'] ar = 'llvm-lib' nm = 'llvm-objdump' needs_exe_wrapper = true +[built-in options] +c_args = ['--target=x86_64-windows-msvc', '-fuse-ld=lld'] +cpp_args = ['--target=x86_64-windows-msvc', '-fuse-ld=lld'] + [host_machine] system = 'windows' cpu_family = 'x86_64' |