mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-17 22:25:37 +00:00
CMake: Fix Mac build (#2874)
This commit is contained in:
parent
cab51c6764
commit
73185bfb22
|
@ -192,7 +192,6 @@ if(WIN32)
|
|||
endif()
|
||||
|
||||
if(APPLE)
|
||||
include(BundleUtilities)
|
||||
set(BUNDLE_PATH ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/DuckStation.app)
|
||||
|
||||
# Ask for an application bundle.
|
||||
|
|
Loading…
Reference in a new issue