Added DNS timeouts here and there.
Fixed macOS and Ubuntu pipelines.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
extern crate winres;
|
||||
|
||||
fn main() {
|
||||
// Set compiler flags for macOS ARM (Apple Silicon)
|
||||
if cfg!(target_os = "macos") && cfg!(target_arch = "aarch64") {
|
||||
println!("cargo:rustc-env=CC=clang -Wno-int-conversion");
|
||||
}
|
||||
|
||||
if cfg!(target_os = "windows") {
|
||||
let mut res = winres::WindowsResource::new();
|
||||
res.set_icon("img/logo/alfis.ico");
|
||||
|
||||
Reference in New Issue
Block a user