Skip to content

Commit

Permalink
[ruby/psych] Configure libyaml from the original source
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 30, 2022
1 parent 0bca029 commit 71aa43c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ext/psych/depend
@@ -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)
Expand Down

0 comments on commit 71aa43c

Please sign in to comment.