From 7bb580947af62fa5a83f32ff4a47e6e44d03a09f Mon Sep 17 00:00:00 2001 From: Dobin Rutishauser Date: Mon, 3 Jun 2024 09:51:08 +0200 Subject: [PATCH] fix: replace compiler path with exe name (dev console) --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 968eaa5..80c8ad4 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ -path_cl: 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\cl.exe' -path_ml64: 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\ml64.exe' +path_cl: 'cl.exe' +path_ml64: 'ml64.exe' path_masmshc: 'C:\Users\hacker\Source\Repos\masm_shc\out\build\x64-Debug\masm_shc\masm_shc.exe' path_runshc: 'C:\Users\hacker\Source\Repos\masm_shc\out\build\x64-Debug\runshc\runshc.exe'