Skip to content

Commit 271083a

Browse files
Update build.c
1 parent 2615604 commit 271083a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ int main() {
140140

141141
#ifdef IS_WINDOWS
142142
/* We can use clang, but we currently do use cl.exe still */
143-
build("clang",
143+
build_windows("clang",
144144
"clang++",
145-
"advapi32.lib -I uWebSockets/uSockets/lsquic/wincompat -static-libstdc++ -s",
145+
"",
146146
OS,
147147
X64);
148148
#else

0 commit comments

Comments
 (0)