Skip to content

Commit 9ab8235

Browse files
committed
feat(libquickjs-sys): specify clang as the compiler in build script
1 parent 3c8ab3a commit 9ab8235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libquickjs-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ fn main() {
7575
eprintln!("Compiling quickjs...");
7676

7777
cc::Build::new()
78+
.compiler("clang")
7879
.files(
7980
[
8081
"cutils.c",

0 commit comments

Comments
 (0)