mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-26 10:21:52 +00:00
33 lines
953 B
Plaintext
33 lines
953 B
Plaintext
# Browser branding
|
|
ac_add_options --enable-update-channel=release
|
|
ac_add_options --with-ccache=sccache
|
|
ac_add_options --without-wasm-sandboxed-libraries
|
|
|
|
# ac_add_options --with-branding=beta
|
|
|
|
ac_add_options --with-app-name=${binName}
|
|
export MOZ_USER_DIR="${name}"
|
|
export MOZ_APP_VENDOR="${vendor}"
|
|
export MOZ_APP_BASENAME=Zen
|
|
export MOZ_APP_PROFILE=${binName}
|
|
export MOZ_APP_DISPLAYNAME="${name}"
|
|
export MOZ_BRANDING_DIRECTORY=${brandingDir}
|
|
export MOZ_OFFICIAL_BRANDING_DIRECTORY=${brandingDir}
|
|
export MOZ_MACBUNDLE_ID=${appId}
|
|
export MOZ_DISTRIBUTION_ID=${appId}
|
|
|
|
# Uncomment if builds are too resource hungry
|
|
# mk_add_options MOZ_MAKE_FLAGS="-j4"
|
|
#ac_add_options --enable-linker=gold
|
|
|
|
# Misc
|
|
export MOZ_STUB_INSTALLER=1
|
|
export MOZ_INCLUDE_SOURCE_INFO=1
|
|
export MOZ_SOURCE_REPO=https://github.com/zen-browser/desktop
|
|
export MOZ_SOURCE_CHANGESET=${changeset}
|
|
|
|
ac_add_options --enable-bootstrap
|
|
|
|
# ALWAYS MANTAIN ONE LINE BREAK AT THE END OF THIS FILE
|
|
|