Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 373477
Collapse All | Expand All

(-)tools/gyp/pylib/gyp/__init__.py.orig (+1 lines)
Lines 319-324 Link Here
319
                           'freebsd7': 'make',
319
                           'freebsd7': 'make',
320
                           'freebsd8': 'make',
320
                           'freebsd8': 'make',
321
                           'linux2':   'make',
321
                           'linux2':   'make',
322
                           'linux3':   'make',
322
                           'openbsd4': 'make',
323
                           'openbsd4': 'make',
323
                           'sunos5':   'make',}[sys.platform] ]
324
                           'sunos5':   'make',}[sys.platform] ]
324
325

Return to bug 373477