fix: non-windows64 cmake build

This commit is contained in:
Fireblade 2026-05-06 06:32:08 -04:00 committed by GitHub
parent f8e4f6376e
commit eccdac9013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,7 +241,9 @@ set(_item_map_inputs
"${CMAKE_CURRENT_SOURCE_DIR}/Minecraft.World/Tile.h"
)
string(REPLACE ";" "\\;" _item_map_inputs "${_item_map_inputs}")
if(NOT PLATFORM_NAME STREQUAL "Windows64")
string(REPLACE ";" "\\;" _item_map_inputs "${_item_map_inputs}")
endif()
#neo: added ItemNameMap generation
add_custom_command(