mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
4cc501bcfd
C++ compilers are optional. Skip C++ tests when they are absent.
6 lines
154 B
Ruby
6 lines
154 B
Ruby
# frozen_string_literal: false
|
|
$objs = %W"c.#$OBJEXT"
|
|
|
|
$objs << "cpp.#$OBJEXT" if MakeMakefile['C++'].have_devel?
|
|
|
|
create_makefile("-test-/RUBY_ALIGNOF")
|