mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-29 17:33:08 +00:00
Fixes for meson after git clean -xdf
This commit is contained in:
parent
6e1595d513
commit
850b36b8e5
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user