[SKIA] Ensure libdir is created before building on Windows
This commit is contained in:
Родитель
16b93d0c96
Коммит
cf551d8534
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче