1
0
Fork 0
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:
Joris van Rooij 2013-06-19 13:38:11 +02:00
parent f562dc57b9
commit d42347fca2

View file

@ -4,7 +4,8 @@ module Libv8
def 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++"
# Check alternative GCC names