Buildsystem: Adjust XCode definition variable for _BUILD_DIRECTIVE
Fixes the "Expected ')' before 'Debug'" error during compile for XCode users.
This commit is contained in:
@@ -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)\\")
|
||||
|
||||
Reference in New Issue
Block a user