mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Remove unneeded FreeBSD GYP flavor patch
This commit is contained in:
parent
dbd94fe48f
commit
8550399378
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
--- build/gyp/pylib/gyp/common.py.orig 2012-05-12 15:36:46.235280559 +0100
|
||||
+++ build/gyp/pylib/gyp/common.py 2012-05-12 15:37:10.315754125 +0100
|
||||
@@ -355,6 +355,8 @@
|
||||
'sunos5': 'solaris',
|
||||
'freebsd7': 'freebsd',
|
||||
'freebsd8': 'freebsd',
|
||||
+ 'freebsd9': 'freebsd',
|
||||
+ 'freebsd10': 'freebsd',
|
||||
}
|
||||
flavor = flavors.get(sys.platform, 'linux')
|
||||
return params.get('flavor', flavor)
|
Loading…
Reference in a new issue