зеркало из https://github.com/github/ruby.git
DEBUG: cxxanyargs
This commit is contained in:
Родитель
a98181eb11
Коммит
2d1e3bd8f1
|
@ -2,6 +2,7 @@
|
|||
|
||||
cxx = MakeMakefile["C++"]
|
||||
|
||||
begin
|
||||
ok = cxx.try_compile(<<~'begin', "") do |x|
|
||||
#include "ruby/config.h"
|
||||
|
||||
|
@ -20,6 +21,8 @@ begin
|
|||
# subject we are going to test in this extension library.
|
||||
x.sub! %<#include "ruby.h">, ''
|
||||
end
|
||||
rescue
|
||||
end
|
||||
|
||||
if ok
|
||||
create_makefile("-test-/cxxanyargs")
|
||||
|
|
Загрузка…
Ссылка в новой задаче