summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2019-03-14 10:19:09 +0800
committerYuhang Zhao <2546789017@qq.com>2019-03-14 12:13:37 +0000
commitb9c4add832f7d872d86e4383073e9b6e39220776 (patch)
tree4110c61351bc90e931d31ce577d02c994b9e27e7 /configure.bat
parent68a2b3d46a31167ae738f559b3b48d1db7f20dd0 (diff)
Configure: add missing "clang.exe"
This amends commit 16b7afc. Change-Id: I6c0e4b476035e4733e828724109b950d5b3a8dd6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.bat b/configure.bat
index c341f9c972..79dcfe352d 100644
--- a/configure.bat
+++ b/configure.bat
@@ -150,7 +150,7 @@ goto doneargs
:doneargs
rem Find various executables
-for %%C in (clang-cl.exe cl.exe icl.exe g++.exe perl.exe jom.exe) do set %%C=%%~$PATH:C
+for %%C in (clang-cl.exe clang.exe cl.exe icl.exe g++.exe perl.exe jom.exe) do set %%C=%%~$PATH:C
rem Determine host spec