Issue #303 Part 2: Update build files for the new location

This commit is contained in:
wolfbeast 2018-06-04 13:50:39 +02:00 committed by Roy Tam
commit d224ddb0e5
9 changed files with 29 additions and 30 deletions

View file

@ -10,6 +10,6 @@ if CONFIG['MOZ_EXTENSIONS']:
DIRS += ['/%s' % CONFIG['MOZ_BRANDING_DIRECTORY']]
# Never add dirs after browser because they apparently won't get
# packaged properly on Mac.
DIRS += ['/browser']
# Never add dirs after the browser root because they apparently won't
# get packaged properly on Mac.
DIRS += ['/application/basilisk']