Merge pull request #14036 from TellowKrinkle/SkipPostprocess

CMake: Default SKIP_POSTPROCESS_BUNDLE to ON
This commit is contained in:
OatmealDome
2026-01-25 22:01:29 -05:00
committed by GitHub
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ if(APPLE)
enable_language(OBJC)
enable_language(OBJCXX)
option(MACOS_USE_DEFAULT_SEARCH_PATH "Don't prioritize system library paths" OFF)
option(SKIP_POSTPROCESS_BUNDLE "Skip postprocessing bundle for redistributability" OFF)
option(POSTPROCESS_BUNDLE "Postprocess bundle for redistributability" OFF)
# Enable adhoc code signing by default (otherwise makefile builds on ARM will not work)
option(MACOS_CODE_SIGNING "Enable codesigning" ON)
option(USE_BUNDLED_MOLTENVK "Build MoltenVK from Externals with Dolphin-specific patches" ON)