Issue #2268 - Fix Mac packaging by making the individual parts configurable. Add --with-macbundle-entitlement= to specify alternate entitlements or "none" Add --with-macbundle-type=hybrid to use the old DMG format.

This commit is contained in:
Brian Smith 2023-07-07 17:46:55 -05:00 committed by roytam1
commit eb2cca7242
3 changed files with 50 additions and 8 deletions

View file

@ -282,7 +282,9 @@ def old_configure_options(*options):
'--with-ios-sdk',
'--with-jitreport-granularity',
'--with-macbundlename-prefix',
'--with-macbundle-entitlement',
'--with-macbundle-identity',
'--with-macbundle-type',
'--with-macos-private-frameworks',
'--with-macos-sdk',
'--with-nspr-cflags',