mirror of
https://github.com/0xNikilite/oboromi.git
synced 2026-01-31 01:15:22 +01:00
fix for FreeBSD
credit: Lizzie
This commit is contained in:
@@ -593,6 +593,10 @@ fn main() {
|
||||
}
|
||||
}
|
||||
|
||||
if target_os == "freebsd" {
|
||||
println!("cargo:rustc-link-search=native=/usr/local/lib/gcc13");
|
||||
}
|
||||
|
||||
// Link required libraries
|
||||
println!("cargo:rustc-link-lib=static=mcl");
|
||||
println!("cargo:rustc-link-lib=static=dynarmic");
|
||||
|
||||
Reference in New Issue
Block a user