Mac: point to directories from a nested app
This commit is contained in:
parent
2ed66677b8
commit
8a8536702e
@ -164,7 +164,7 @@ endif()
|
||||
if(NOT DEFINED DATADIR)
|
||||
if(BUILD_BUNDLE)
|
||||
if(APPLE)
|
||||
set(DATADIR "../Resources")
|
||||
set(DATADIR "../../Resources")
|
||||
else()
|
||||
set(DATADIR .)
|
||||
endif()
|
||||
@ -176,7 +176,7 @@ endif()
|
||||
if(NOT DEFINED LIBDIR)
|
||||
if(BUILD_BUNDLE)
|
||||
if(APPLE)
|
||||
set(LIBDIR "../Frameworks")
|
||||
set(LIBDIR "../../Frameworks")
|
||||
else()
|
||||
set(LIBDIR .)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user