Fixed missing "" around the string define.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10212 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
bab3705925
commit
9f9c74cdbe
@ -682,7 +682,7 @@ if (APPLE)
|
||||
|
||||
else()
|
||||
|
||||
add_definitions(-DSUPERTUXKART_DATADIR=${CMAKE_INSTALL_PREFIX}/share/games/supertuxkart)
|
||||
add_definitions(-DSUPERTUXKART_DATADIR=\"${CMAKE_INSTALL_PREFIX}/share/games/supertuxkart\")
|
||||
|
||||
# Build the final executable
|
||||
add_executable(supertuxkart ${SRCS})
|
||||
|
Loading…
Reference in New Issue
Block a user