Fixes for meson after git clean -xdf

This commit is contained in:
pancake 2017-05-14 23:59:22 +02:00
parent 6e1595d513
commit 850b36b8e5

View File

@ -394,9 +394,11 @@ meson-windows:
meson-config:
# TODO: this is wrong for each platform different plugins must be compiled
cp -f plugins.meson.cfg plugins.cfg
./configure-plugins
./configure --prefix=/usr
$(MAKE) libr/include/r_version.h
cp -f libr/config.mk libr/config.mk.meson
cp -f libr/config.h libr/config.h.meson
cp -f shlr/spp/config.def.h shlr/spp/config.h
meson: build
cmp plugins.meson.cfg plugins.cfg || $(MAKE) meson-config