Fix minetestserver build

This commit is contained in:
Josiah VanderZee 2024-05-22 12:55:10 -05:00 committed by Lars Mueller
parent b45aa1cd72
commit 0eef3b07b8

@ -718,7 +718,7 @@ if(BUILD_SERVER)
)
endif()
if(BUILD_UNITTESTS)
target_compile_definitions(${PROJECT_NAME} PRIVATE
target_compile_definitions(${PROJECT_NAME}server PRIVATE
UNITTEST_ASSETS_DIRECTORY=${UNITTEST_ASSETS_DIRECTORY}
)
endif()