diff options
| author | 2025-11-30 14:32:51 -0500 | |
|---|---|---|
| committer | 2025-11-30 14:32:51 -0500 | |
| commit | c8412bbedae0fce38db96833732e8ce904721e4c (patch) | |
| tree | 4611046186c714513d042966ce97825df0fecf9e /cross | |
| parent | 0d6d13425015d78606232874498327cabcb0e4e2 (diff) | |
| download | camu-c8412bbedae0fce38db96833732e8ce904721e4c.tar.gz camu-c8412bbedae0fce38db96833732e8ce904721e4c.tar.bz2 camu-c8412bbedae0fce38db96833732e8ce904721e4c.zip | |
Build cleanup and fixes from sink testing
Signed-off-by: Andrew Opalach <andrew@akon.city>
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' |