Bug 1012180 - Fix build/gyp.mozbuild for GNU/kFreeBSD. r=mshal

This commit is contained in:
Mike Hommey 2014-05-20 08:48:15 +09:00
parent 7aaba96720
commit 296f38c14e

View File

@ -77,7 +77,7 @@ flavors = {
'Linux': 'linux',
'Darwin': 'mac' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa' else 'ios',
'SunOS': 'solaris',
'GNU_kFreeBSD': 'freebsd',
'GNU/kFreeBSD': 'freebsd',
'DragonFly': 'dragonfly',
'FreeBSD': 'freebsd',
'NetBSD': 'netbsd',