[PALEMOON] First pass fix of obvious moz.build issues

This commit is contained in:
NTD 2018-04-04 06:05:30 -04:00 • committed by Roy Tam
commit 3e9cfdb92a
4 changed files with 17 additions and 19 deletions

View file

@ -8,9 +8,9 @@ DIRS += ['profile/extensions']
if CONFIG['OS_ARCH'] == 'WINNT' and CONFIG['MOZ_ASAN']:
GoannaProgram(CONFIG['MOZ_APP_NAME'])
GeckoProgram(CONFIG['MOZ_APP_NAME'])
else:
GoannaProgram(CONFIG['MOZ_APP_NAME'], msvcrt='static')
GeckoProgram(CONFIG['MOZ_APP_NAME'], msvcrt='static')
JS_PREFERENCE_FILES += [
'profile/palemoon.js',
@ -36,8 +36,8 @@ for var in ('MOZILLA_OFFICIAL', 'LIBXUL_SDK'):
DEFINES['XPCOM_GLUE'] = True
GENERATED_INCLUDES += [
'/build',
LOCAL_INCLUDES += [
'!/build',
]
LOCAL_INCLUDES += [