Skip to content

Commit de78576

Browse files
eregonkddnewton
authored andcommitted
Recompile when prism headers change
* See #3932 (comment)
1 parent 88cfd26 commit de78576

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ext/prism/extconf.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ def add_libprism_source(path)
122122
add_libprism_source("$(srcdir)/../../src") +
123123
add_libprism_source("$(srcdir)/../../src/util")
124124

125+
$headers += Dir["#{$srcdir}/../../include/**/*.h"]
126+
125127
# Finally, we'll create the `Makefile` that is going to be used to configure and
126128
# build the C extension.
127129
create_makefile("prism/prism")

0 commit comments

Comments
 (0)