Remove foreign asmjit backends
This commit is contained in:
parent
5f8a8e9a2b
commit
2f84d1476c
4
deps/premake/asmjit.lua
vendored
4
deps/premake/asmjit.lua
vendored
@ -13,7 +13,9 @@ function asmjit.includes()
|
||||
}
|
||||
|
||||
defines {
|
||||
"ASMJIT_STATIC"
|
||||
"ASMJIT_STATIC",
|
||||
"ASMJIT_NO_AARCH64",
|
||||
"ASMJIT_NO_FOREIGN",
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -98,7 +98,7 @@ namespace updater
|
||||
|
||||
void perform_update()
|
||||
{
|
||||
utils::progress_ui progress_ui{};
|
||||
const utils::progress_ui progress_ui{};
|
||||
progress_ui.set_title("Updating BOIII");
|
||||
progress_ui.set_line(1, "Downloading update...");
|
||||
progress_ui.show(true);
|
||||
|
Loading…
Reference in New Issue
Block a user