Skip to content

Commit

Permalink
Remove unnecessary -I$(top_srcdir) when it's an individual gem
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Feb 9, 2020
1 parent 9e6c58a commit efaca4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/readline/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,4 @@ def readline.have_type(type)
$defs << "-Drl_hook_func_t=Function"
end

$INCFLAGS << " -I$(top_srcdir)"
create_makefile("readline")

0 comments on commit efaca4a

Please sign in to comment.