CMake: Switch from SKIP_POSTPROCESS_BUNDLE to POSTPROCESS_BUNDLE

This commit is contained in:
TellowKrinkle
2025-11-09 22:35:16 -06:00
parent a1bdc40245
commit 1804608d2f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ def build(config):
+ python_to_cmake_bool(config["autoupdate"]),
'-DDISTRIBUTOR=' + config['distributor'],
# Distributable bundles need to be postprocessed to embed dependencies
"-DSKIP_POSTPROCESS_BUNDLE=OFF",
"-DPOSTPROCESS_BUNDLE=ON",
# Always use libraries from Externals to prevent any libraries
# installed by Homebrew from leaking in to the app
"-DUSE_SYSTEM_LIBS=OFF",