Skip to content

Commit 407d8d8

Browse files
committed
Try Windows build without small-icu
1 parent 8ab8fa2 commit 407d8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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`, {
103103
cwd: path.resolve(__dirname, '..'),
104104
});
105105

0 commit comments

Comments
 (0)