mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
commit
9533cea058
|
@ -11,8 +11,8 @@ if(WIN32)
|
|||
else()
|
||||
set(HOME "$ENV{HOME}")
|
||||
if(APPLE)
|
||||
file(MAKE_DIRECTORY ${HOME}Library/Application Support/.tox)
|
||||
file(INSTALL DHTservers DESTINATION ${HOME}Library/Application Support/.tox)
|
||||
file(MAKE_DIRECTORY ${HOME}/Library/Application\ Support/.tox)
|
||||
file(INSTALL DHTservers DESTINATION ${HOME}/Library/Application\ Support/.tox)
|
||||
else()
|
||||
file(MAKE_DIRECTORY ${HOME}/.tox)
|
||||
file(INSTALL DHTservers DESTINATION ${HOME}/.tox)
|
||||
|
|
Loading…
Reference in New Issue
Block a user