Bug 851650 - Use a relative path in the B2G moz.build. r=gps

This commit is contained in:
Ryan VanderMeulen 2013-03-15 16:58:59 -04:00
parent 6044cf8f17
commit d6e1abdaa0

View File

@ -8,7 +8,7 @@ CONFIGURE_SUBST_FILES += ['installer/Makefile']
DIRS += ['chrome', 'components', 'locales']
if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['/xulrunner/tools/redit']
DIRS += ['../xulrunner/tools/redit']
if CONFIG['GAIADIR']:
DIRS += ['gaia']