[ruby/psych] Configure libyaml from the original source

https://github.com/ruby/psych/commit/54a9ba9d10
This commit is contained in:
Nobuyoshi Nakada 2022-03-19 20:29:17 +09:00
parent 0bca029d2f
commit 71aa43c725
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
$(OBJS): $(YAML_H)
$(TARGET_SO): $(LIBYAML)
libyaml $(LIBYAML):
cd libyaml && $(MAKE)
clean-so::
-cd libyaml && $(MAKE) clean
distclean-so::
-cd libyaml && $(MAKE) distclean
-$(Q)$(RMDIRS) libyaml/* libyaml
# AUTOGENERATED DEPENDENCIES START
psych.o: $(RUBY_EXTCONF_H)