build: Cleanup build script a bit

This commit is contained in:
WerWolv
2024-01-04 17:55:53 +01:00
parent 556fd2bbc3
commit 70e3b4dd1a
3 changed files with 9 additions and 17 deletions

View File

@@ -464,7 +464,7 @@ namespace hex::plugin::builtin {
}
);
#if defined(OS_WINDOWS) && defined(ARCH_64_BIT)
#if defined(OS_WINDOWS)
ContentRegistry::DataInspector::add("hex.builtin.inspector.time32", sizeof(u32), [](auto buffer, auto endian, auto style) {
hex::unused(style);