mirror of
https://github.com/macalimlim/ftw
synced 2024-11-10 04:24:12 +00:00
update docker image to get android sdk updates
This commit is contained in:
parent
a9e580c84b
commit
0dd21ee5d3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pub enum FtwCompiler {
|
|||
},
|
||||
}
|
||||
|
||||
const DOCKER_IMAGE: &str = "macalimlim/godot-rust-cross-compiler:0.7.0";
|
||||
const DOCKER_IMAGE: &str = "macalimlim/godot-rust-cross-compiler:0.8.0";
|
||||
const MACOSX_CROSS_COMPILER_PATH: &str = "/opt/macosx-build-tools/cross-compiler";
|
||||
const MIN_MACOSX_SDK_VERSION: &str = "11.3";
|
||||
const MIN_OSXCROSS_TARGET_VERSION: &str = "20.4";
|
||||
|
|
Loading…
Reference in a new issue