diff options
author | Brian Smith <brian@dbsoft.org> | 2023-07-07 17:46:55 -0500 |
---|---|---|
committer | Brian Smith <brian@dbsoft.org> | 2023-07-07 17:46:55 -0500 |
commit | eae076209fdc5a33ed873639972d14cd06edb62f (patch) | |
tree | 007502b6642d1daee28aefe8579979025de85d16 /build | |
parent | 7a2f1143346d87a7542cbc94305c4c01279cf348 (diff) | |
download | uxp-eae076209fdc5a33ed873639972d14cd06edb62f.tar.gz |
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.
Diffstat (limited to 'build')
-rw-r--r-- | build/moz.configure/old.configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index 40cc9e89fc..3d3873eae8 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -276,7 +276,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', |