mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
GCC 4.9 is a supported compiler
This commit is contained in:
parent
62c010ac18
commit
1a4c478271
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Libv8
|
|||
end
|
||||
|
||||
def compatible?
|
||||
version > '4.3' and version < '4.9'
|
||||
version > '4.3' and version < '5'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue