mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
meson.eclass: add "--no-rebuild" to meson install args
This avoids rebuilding targets with no dependency information. Closes: https://bugs.gentoo.org/857180 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -428,6 +428,7 @@ meson_install() {
|
||||
local mesoninstallargs=(
|
||||
-C "${BUILD_DIR}"
|
||||
--destdir "${D}"
|
||||
--no-rebuild
|
||||
"$@"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user