diff options
-rw-r--r-- | test cases/common/123 llvm ir and assembly/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/123 llvm ir and assembly/meson.build b/test cases/common/123 llvm ir and assembly/meson.build index 1746c91..2f6034b 100644 --- a/test cases/common/123 llvm ir and assembly/meson.build +++ b/test cases/common/123 llvm ir and assembly/meson.build @@ -29,7 +29,7 @@ foreach lang : ['c', 'cpp'] # cl.exe pre-processor first and then assemble it with the ml.exe assembler. # Then we can link it into the executable. if cc.get_argument_syntax() == 'msvc' - cl = find_program('cl') + cl = cc.cmd_array() if cpu == 'x86' ml = find_program('ml') elif cpu == 'x86_64' |