Skip to content

Commit 67644ad

Browse files
Need Clang 15 on Ubuntu 22.04
1 parent 85928f9 commit 67644ad

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",
199-
"clang++",
198+
build("clang-15",
199+
"clang++-15",
200200
"-static-libstdc++ -static-libgcc -s",
201201
OS,
202202
arch);

0 commit comments

Comments
 (0)