CMake: Fix Mac build (#2874)

pull/2876/head
Connor McLaughlin 3 years ago committed by GitHub
parent cab51c6764
commit 73185bfb22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save