1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/readline-ext] Remove unnecessary -I$(top_srcdir) when it's an individual gem

https://github.com/ruby/readline-ext/commit/efaca4a5f4
This commit is contained in:
aycabta 2020-02-09 15:33:28 +09:00
parent 9dcb324fbe
commit 05711adfb4

View file

@ -109,5 +109,4 @@ unless readline.have_type("rl_hook_func_t*")
$defs << "-Drl_hook_func_t=Function"
end
$INCFLAGS << " -I$(top_srcdir)"
create_makefile("readline")