mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1012180 - Fix build/gyp.mozbuild for GNU/kFreeBSD. r=mshal
This commit is contained in:
parent
7aaba96720
commit
296f38c14e
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user