mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Prefer the compiler Ruby was compiled with
This commit is contained in:
parent
82450f972a
commit
ed46ceb050
1 changed files with 2 additions and 1 deletions
|
@ -8,10 +8,11 @@ require File.expand_path '../compiler/apple_llvm', __FILE__
|
|||
module Libv8
|
||||
module Compiler
|
||||
KNOWN_COMPILERS = [
|
||||
::MakeMakefile::CONFIG['CXX'],
|
||||
'c++',
|
||||
'g++48', 'g++46', 'g++44', 'g++',
|
||||
'clang++',
|
||||
]
|
||||
].uniq
|
||||
|
||||
module_function
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue