mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Set BUILDING_SHARED_GC when building shared GC
This commit is contained in:
parent
e722f4c57f
commit
db3472d84c
@ -1915,7 +1915,7 @@ shared-gc: probes.h
|
||||
exit 1; \
|
||||
else \
|
||||
echo generating $(shared_gc_dir)librubygc.$(SHARED_GC).$(SOEXT); \
|
||||
$(LDSHARED) -I$(srcdir)/include -I$(srcdir) -I$(arch_hdrdir) -I. $(XDLDFLAGS) $(cflags) -fPIC -o $(shared_gc_dir)librubygc.$(SHARED_GC).$(SOEXT) $(srcdir)/gc/$(SHARED_GC).c; \
|
||||
$(LDSHARED) -I$(srcdir)/include -I$(srcdir) -I$(arch_hdrdir) $(XDLDFLAGS) $(cflags) -DBUILDING_SHARED_GC -fPIC -o $(shared_gc_dir)librubygc.$(SHARED_GC).$(SOEXT) $(srcdir)/gc/$(SHARED_GC).c; \
|
||||
fi
|
||||
|
||||
help: PHONY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user