aboutsummaryrefslogtreecommitdiff
path: root/browser/source_files/mozconfig
blob: a79ddd87b264ff0ad239132fdb34dab2c15295b9 (plain)
1
2
3
4
5
6
7
8
9
# This is for the desktop version of librewolf
ac_add_options --enable-application=browser

# Folder to output the build files:
mk_add_options MOZ_OBJDIR=./obj_BUILD_OUTPUT

# Setting the branding options
ac_add_options --with-branding=browser/branding/librewolf
ac_add_options --with-distribution-id=io.github.librewolf
bgstack15