mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix shared-gc build task
include CPPFLAGS, and the correct CFLAGS
This commit is contained in:
parent
78378cae66
commit
84ec06533d
Notes:
git
2024-10-24 15:09:05 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -1914,7 +1914,7 @@ shared-gc: probes.h
|
|||
fi
|
||||
$(ECHO) generating $(shared_gc_dir)librubygc.$(SHARED_GC).$(SOEXT)
|
||||
$(Q) $(MAKEDIRS) $(shared_gc_dir)
|
||||
$(Q) $(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
|
||||
$(Q) $(LDSHARED) -I$(srcdir)/include -I$(srcdir) -I$(arch_hdrdir) $(XDLDFLAGS) $(CFLAGS) $(CPPFLAGS) -DBUILDING_SHARED_GC -fPIC -o $(shared_gc_dir)librubygc.$(SHARED_GC).$(SOEXT) $(srcdir)/gc/$(SHARED_GC).c
|
||||
|
||||
help: PHONY
|
||||
$(MESSAGE_BEGIN) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue