Tweaking things to fix potential compile errors
Should hopefully make GitHub Actions happy
This commit is contained in:
@@ -53,7 +53,6 @@ endif()
|
|||||||
|
|
||||||
if(DEV_BRANCH)
|
if(DEV_BRANCH)
|
||||||
add_compile_definitions(DEV_BRANCH)
|
add_compile_definitions(DEV_BRANCH)
|
||||||
set(APP_ICON_MACOSX ${CMAKE_CURRENT_SOURCE_DIR}/mac/icons/branch/86Box.icns)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(VNC)
|
if(VNC)
|
||||||
@@ -170,6 +169,10 @@ install(TARGETS 86Box)
|
|||||||
|
|
||||||
# adjustments for macOS app bundles
|
# adjustments for macOS app bundles
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
install(TARGETS 86Box
|
||||||
|
BUNDLE DESTINATION . COMPONENT Runtime
|
||||||
|
RUNTIME DESTINATION bin COMPONENT Runtime
|
||||||
|
)
|
||||||
set(APPS ${CMAKE_CURRENT_BINARY_DIR}/86Box.app)
|
set(APPS ${CMAKE_CURRENT_BINARY_DIR}/86Box.app)
|
||||||
install(CODE "
|
install(CODE "
|
||||||
include(InstallRequiredSystemLibraries)
|
include(InstallRequiredSystemLibraries)
|
||||||
|
Reference in New Issue
Block a user