diff options
| author | OatmealDome <OatmealDome@users.noreply.github.com> | 2026-01-25 22:01:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-25 22:01:29 -0500 |
| commit | 164110d370500f5c1289e46cba99a3dd303d63f8 (patch) | |
| tree | f0238d6422ff51a401e4f2a7b5fdd70a7f931e75 /CMakeLists.txt | |
| parent | 74ff1f76c5be031f8a65eae8057c82d60e8b09ee (diff) | |
| parent | 1804608d2f00ac25b5c12a687d316f1c00ce8380 (diff) | |
Merge pull request #14036 from TellowKrinkle/SkipPostprocess
CMake: Default SKIP_POSTPROCESS_BUNDLE to ON
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a75bf1692f..170b7e0632 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |
