humanai / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Add support for FreeBSD 7.x and 8.x #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The attached patch defines a default generator for FreeBSD 7.x and 8.x.

It also changes the shebang line in gyp from /usr/bin/python to
/usr/bin/env python, as python doesn't live in /usr/bin on FreeBSD. The
same change could be done to all python sources but gyp is the only one
being called directly.

Original issue reported on code.google.com by florent....@gmail.com on 5 Jun 2009 at 9:52

Attachments:

GoogleCodeExporter commented 9 years ago
Partially checked in as http://code.google.com/p/gyp/source/detail?r=539

Original comment by maruel@chromium.org on 9 Jul 2009 at 7:02