mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Set BUILDING_SHARED_GC
when building shared GC
This commit is contained in:
parent
e722f4c57f
commit
db3472d84c
1 changed files with 1 additions and 1 deletions
|
@ -1915,7 +1915,7 @@ shared-gc: probes.h
|
||||||
exit 1; \
|
exit 1; \
|
||||||
else \
|
else \
|
||||||
echo generating $(shared_gc_dir)librubygc.$(SHARED_GC).$(SOEXT); \
|
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
|
fi
|
||||||
|
|
||||||
help: PHONY
|
help: PHONY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue