mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-05-01 09:20:30 -05:00
fix: Remaining build issues
This commit is contained in:
@@ -133,11 +133,11 @@ namespace hex::script::loader {
|
||||
}
|
||||
|
||||
hostfxr_set_error_writer([] HOSTFXR_CALLTYPE (const char_t *message) {
|
||||
if constexpr (std::same_as<char_t, wchar_t>) {
|
||||
#if defined(OS_WINDOWS)
|
||||
log::error("{}", utf16ToUtf8(message));
|
||||
} else {
|
||||
#else
|
||||
log::error("{}", message);
|
||||
}
|
||||
#endif
|
||||
});
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user