diff --git a/deps/premake/asmjit.lua b/deps/premake/asmjit.lua index ee932594..f7926023 100644 --- a/deps/premake/asmjit.lua +++ b/deps/premake/asmjit.lua @@ -13,7 +13,9 @@ function asmjit.includes() } defines { - "ASMJIT_STATIC" + "ASMJIT_STATIC", + "ASMJIT_NO_AARCH64", + "ASMJIT_NO_FOREIGN", } end diff --git a/src/client/component/updater.cpp b/src/client/component/updater.cpp index d92c768f..ed5395b6 100644 --- a/src/client/component/updater.cpp +++ b/src/client/component/updater.cpp @@ -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);