Fix configurations like windows where LLPHYSICSEXTENSIONS_STUB_DIR is unset

master
Brad Linden 2025-10-01 18:17:16 -07:00
parent 589498fece
commit b8cf54d909
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if (NOT HAVOK_TPV)
# which means we need to duct tape this togther ...
add_subdirectory(${LLPHYSICSEXTENSIONS_SRC_DIR} llphysicsextensions)
if (NOT "${LLPHYSICSEXTENSIONS_STUB_DIR}" EQUAL "")
if (NOT "${LLPHYSICSEXTENSIONS_STUB_DIR}" STREQUAL "")
# for darwin universal builds we need both real llphysicsextensions and the stub for aarch64 fallback
add_subdirectory(${LLPHYSICSEXTENSIONS_STUB_DIR} llphysicsextensionsstub)
endif()