mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Partially revert previous commits; ensure the bundle is fixed up correctly
This commit is contained in:
parent
d74703f7af
commit
b743ba4e6e
3 changed files with 3 additions and 9 deletions
|
|
@ -48,9 +48,7 @@ IF (NOT WIN32 AND NOT APPLE)
|
|||
ENDIF (NOT WIN32 AND NOT APPLE)
|
||||
|
||||
if(APPLE)
|
||||
# this needs to be relative
|
||||
set(plugin_dest_dir ./oracle.app/Contents/Plugins)
|
||||
# instead, this needs an absolute path (for make)
|
||||
set(plugin_dest_dir ${CMAKE_INSTALL_PREFIX}/oracle.app/Contents/Plugins)
|
||||
set(qtconf_dest_dir ${CMAKE_INSTALL_PREFIX}/oracle.app/Contents/Resources)
|
||||
|
||||
# note: no codecs in qt5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue