mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Added --with-cxx mkmf flag.
This commit is contained in:
parent
f562dc57b9
commit
d42347fca2
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ module Libv8
|
||||||
|
|
||||||
def compiler
|
def compiler
|
||||||
unless defined?(@compiler)
|
unless defined?(@compiler)
|
||||||
cc = check_gcc_compiler ENV['CXX']
|
cc = check_gcc_compiler with_config("cxx")
|
||||||
|
cc ||= check_gcc_compiler ENV["CXX"]
|
||||||
cc ||= check_gcc_compiler "g++"
|
cc ||= check_gcc_compiler "g++"
|
||||||
|
|
||||||
# Check alternative GCC names
|
# Check alternative GCC names
|
||||||
|
|
Loading…
Add table
Reference in a new issue