mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Try fixing building C API specs with make
* But it doesn't work because there is no .ext/include/ruby/digest.h when using .../configure --with-ext=-test-/cxxanyargs,+ --enable-shared as the CI does.
This commit is contained in:
parent
78a2ffa000
commit
29be534fad
Notes:
git
2025-05-09 21:22:30 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ update-deps:
|
|||
$(RUBYSPEC_CAPIEXT)/%.$(DLEXT): $(srcdir)/$(RUBYSPEC_CAPIEXT)/%.c $(srcdir)/$(RUBYSPEC_CAPIEXT)/rubyspec.h $(RUBY_H_INCLUDES) $(LIBRUBY)
|
||||
$(ECHO) building $@
|
||||
$(Q) $(MAKEDIRS) $(@D)
|
||||
$(Q) $(DLDSHARED) -L. $(XDLDFLAGS) $(XLDFLAGS) $(LDFLAGS) $(INCFLAGS) $(CPPFLAGS) $(OUTFLAG)$@ $< $(LIBRUBYARG)
|
||||
$(Q) $(DLDSHARED) -L. $(XDLDFLAGS) $(XLDFLAGS) $(LDFLAGS) $(INCFLAGS) -I$(EXTOUT)/include $(CPPFLAGS) $(OUTFLAG)$@ $< $(LIBRUBYARG)
|
||||
ifneq ($(POSTLINK),)
|
||||
$(Q) $(POSTLINK)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue