1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00

CI: target older macos versions

I'm just randomly picking 10.9 to see if it even builds... if that
doesn't work out I'll probably just pick 10.14

refs: https://github.com/wez/wezterm/issues/128
This commit is contained in:
Wez Furlong 2020-01-24 09:23:49 -08:00
parent 8eb5a0e72c
commit a2ad333f43

View File

@ -16,6 +16,7 @@ fn main() {
}
}
println!("cargo:rustc-env=WEZTERM_CI_TAG={}", ci_tag);
println!("cargo:rustc-env=MACOSX_DEPLOYMENT_TARGET=10.9");
#[cfg(windows)]
embed_resource::compile("assets/windows/resource.rc");