Remove foreign asmjit backends

This commit is contained in:
momo5502 2022-06-16 19:44:47 +02:00
parent 5f8a8e9a2b
commit 2f84d1476c
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,9 @@ function asmjit.includes()
} }
defines { defines {
"ASMJIT_STATIC" "ASMJIT_STATIC",
"ASMJIT_NO_AARCH64",
"ASMJIT_NO_FOREIGN",
} }
end end

View File

@ -98,7 +98,7 @@ namespace updater
void perform_update() void perform_update()
{ {
utils::progress_ui progress_ui{}; const utils::progress_ui progress_ui{};
progress_ui.set_title("Updating BOIII"); progress_ui.set_title("Updating BOIII");
progress_ui.set_line(1, "Downloading update..."); progress_ui.set_line(1, "Downloading update...");
progress_ui.show(true); progress_ui.show(true);