Buildsystem: Minor correction on the BUILD_DIRECTIVE definition on OSX - now with extra testing behind it.

This commit is contained in:
click
2011-01-01 09:49:23 +01:00
parent b1f525ba7a
commit b342e4ce16

View File

@@ -1,2 +1,2 @@
# Set build-directive (used in core to tell which buildtype we used)
add_definitions(-D_BUILD_DIRECTIVE=\\"$(CONFIGURATION)\\")
add_definitions(-D_BUILD_DIRECTIVE='"$(CONFIGURATION)"')