[SKIA] Ensure libdir is created before building on Windows

This commit is contained in:
James Walmsley 2022-06-24 15:45:42 +01:00
Родитель 16b93d0c96
Коммит cf551d8534
2 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,14 @@
LAYER:=prepare
include $(DEFINE_LAYER)
prepare_dirs:=$(LSTAMP)/dirs
$(L) += $(prepapre_dirs)
include $(BUILD_LAYER)
$(prepare_dirs):
mkdir -p $(SYSROOT)/$(PREFIX)/$(LIBDIR)
mkdir -p $(SYSROOT)/$(PREFIX)/include
$(stamp)

Просмотреть файл

@ -47,6 +47,7 @@ endif
MESON_OPTIONS:=-Ddefault_library=both
LAYERS-y += prepare
LAYERS-y += meson
LAYERS-$(CONFIG_FREETYPE) += freetype
LAYERS-$(CONFIG_FONTCONFIG) += fontconfig