Skip to content

Commit 6952e3c

Browse files
Use clang18
1 parent 67644ad commit 6952e3c

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
@@ -195,8 +195,8 @@ int main() {
195195

196196
#else
197197
/* Linux does not cross-compile but picks whatever arch the host is on */
198-
build("clang-15",
199-
"clang++-15",
198+
build("clang-18",
199+
"clang++-18",
200200
"-static-libstdc++ -static-libgcc -s",
201201
OS,
202202
arch);

0 commit comments

Comments
 (0)