summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorKenta Murata <mrkn@users.noreply.github.com>2020-11-30 14:53:13 +0900
committerGitHub <noreply@github.com>2020-11-30 14:53:13 +0900
commit73a337e21461469290005f169c05bc1791112d67 (patch)
tree2fd489d7b3c6993b3a818fa7fe305695648d0268 /common.mk
parent7e1dbe59759247ae0df26ef3f669009f00e058fd (diff)
Keep references of memory-view-exported objects (#3816)
* memory_view.c: remove a reference in view->obj at rb_memory_view_release * memory_view.c: keep references of memory-view-exported objects * Update common.mk * memory_view.c: Use st_update
Notes
Notes: Merged-By: mrkn <mrkn@ruby-lang.org>
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 6120761cf2..994b5c3a45 100644
--- a/common.mk
+++ b/common.mk
@@ -8006,6 +8006,7 @@ math.$(OBJEXT): {$(VPATH)}missing.h
math.$(OBJEXT): {$(VPATH)}st.h
math.$(OBJEXT): {$(VPATH)}subst.h
memory_view.$(OBJEXT): $(hdrdir)/ruby/ruby.h
+memory_view.$(OBJEXT): $(top_srcdir)/internal/hash.h
memory_view.$(OBJEXT): $(top_srcdir)/internal/util.h
memory_view.$(OBJEXT): $(top_srcdir)/internal/variable.h
memory_view.$(OBJEXT): {$(VPATH)}assert.h