1
0
Fork 0
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:
ignisf 2014-06-15 16:18:24 +03:00
parent 82450f972a
commit ed46ceb050

View file

@ -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