From e14790f0b9d1be414f0db5d5c95ea2df739335f1 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Wed, 16 Sep 2020 10:24:20 +0100 Subject: [PATCH] Ensure node_modules is created --- codecs/avif/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecs/avif/Makefile b/codecs/avif/Makefile index 2323e773..6add9d26 100644 --- a/codecs/avif/Makefile +++ b/codecs/avif/Makefile @@ -115,9 +115,11 @@ $(LIBAOM_ENC_DIR)/CMakeLists.txt: $(LIBAOM_ENC_DIR) $(LIBAOM_DEC_DIR)/CMakeLists.txt: $(LIBAOM_DEC_DIR) $(CODEC_PACKAGE): + mkdir -p $(dir $@) curl -sL $(CODEC_URL) -o $@ $(LIBAOM_PACKAGE): + mkdir -p $(dir $@) curl -sL $(LIBAOM_URL) -o $@ $(CODEC_ENC_DIR) $(CODEC_DEC_DIR): $(CODEC_PACKAGE)