rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
893 stars 61 forks source link

Do not allow downloading libgccjit.so on other systems than Linux x86-64 in the build system #527

Closed antoyo closed 1 month ago

g4titanx commented 1 month ago

hey@antonyo, i would love to work on this just to be sure, the build system should be in build_system/src/build.rs right?

antoyo commented 1 month ago

Yes, that is correct. I suggest you print something like "Compile libgccjit yourself and set option XXXX" in the case where it's an unsupported platform.