Skip to content

Commit

Permalink
Add 'arx' as a data dir suffix besides 'games/arx'
Browse files Browse the repository at this point in the history
'games/arx' takes precedence.
  • Loading branch information
dscharrer committed Aug 4, 2012
1 parent 5f8d696 commit f544c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -468,7 +468,7 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
else()
# Define default user and data directories.
if(NOT DEFINED DATA_DIR)
set(DATA_DIR "games/arx")
set(DATA_DIR "games/arx:arx")
endif()
if(NOT DEFINED USER_DIR)
set(USER_DIR "arx")
Expand Down

0 comments on commit f544c3d

Please sign in to comment.