diff --git a/native-file-windows.txt b/native-file-windows.txt index a87fe961a4..da75b9c012 100644 --- a/native-file-windows.txt +++ b/native-file-windows.txt @@ -1,3 +1,14 @@ [binaries] c = 'clang-cl' cpp = 'clang-cl' + +[host_machine] +system = 'windows' +cpu_family = 'x86_64' +cpu = 'x86_64' +endian = 'little' + +[properties] +c_args = ['-D_WIN32_WINNT=0x0601', '-march=x86-64'] +cpp_args = ['-D_WIN32_WINNT=0x0601', '-march=x86-64'] +