Skip to content

Commit 7d2c94d

Browse files
committed
Try clang-cl for the Windows build
1 parent 95fdfd4 commit 7d2c94d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qode/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function compileMac() {
9999
}
100100

101101
function compileWin() {
102-
execSync(`.\\vcbuild clang_cl small-icu`, {
102+
execSync(`.\\vcbuild clang-cl small-icu`, {
103103
cwd: path.resolve(__dirname, '..'),
104104
});
105105

0 commit comments

Comments
 (0)