Skip to content

Commit

Permalink
Fixes for meson after git clean -xdf
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 14, 2017
1 parent 6e1595d commit 850b36b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 850b36b

Please sign in to comment.