mac: bundle simplification
This commit is contained in:
@@ -168,7 +168,7 @@ endif()
|
||||
if(NOT DEFINED DATADIR)
|
||||
if(BUILD_BUNDLE)
|
||||
if(APPLE)
|
||||
set(DATADIR "../../Resources")
|
||||
set(DATADIR "../Resources")
|
||||
else()
|
||||
set(DATADIR .)
|
||||
endif()
|
||||
@@ -180,7 +180,7 @@ endif()
|
||||
if(NOT DEFINED LIBDIR)
|
||||
if(BUILD_BUNDLE)
|
||||
if(APPLE)
|
||||
set(LIBDIR "../../Frameworks")
|
||||
set(LIBDIR "../Frameworks")
|
||||
else()
|
||||
set(LIBDIR .)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user