Add note regarding meson.build files and full rebuild (#2795)
This commit is contained in:
parent
c3e9c19109
commit
9df2c37a7b
1 changed files with 2 additions and 1 deletions
|
|
@ -232,6 +232,7 @@ If you are a developer, it might not be necessary to run the `install` step
|
|||
|
||||
If you encounter issues while re-building Rizin, try to remove the existing
|
||||
build directory (e.g. `rm -r ./build`) and clean the subproject files
|
||||
downloaded by meson (e.g. `git clean -dxff subprojects/`).
|
||||
downloaded by meson (e.g. `git clean -dxff subprojects/`). Note that changing
|
||||
a `meson.build` file does *not* guarantee a full rebuild.
|
||||
|
||||
[doc/PACKAGERS.md]: https://github.com/rizinorg/rizin/blob/dev/doc/PACKAGERS.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue