diff options
author | aycabta <[email protected]> | 2020-02-09 15:33:28 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2020-02-09 20:22:12 +0900 |
commit | 05711adfb4eb30975860749225ddee3484336654 (patch) | |
tree | f1275b6b8c3510d0ed23d5dfce4696096f965c4b | |
parent | 9dcb324fbeaba2aeb51d8cfcf472b86704818f08 (diff) |
[ruby/readline-ext] Remove unnecessary -I$(top_srcdir) when it's an individual gem
https://github.com/ruby/readline-ext/commit/efaca4a5f4
-rw-r--r-- | ext/readline/extconf.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/readline/extconf.rb b/ext/readline/extconf.rb index fcc62921ae..d3e7872e65 100644 --- a/ext/readline/extconf.rb +++ b/ext/readline/extconf.rb @@ -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") |