Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
buildtypes/meson: disable fallback installation of submodules
Latest & greatest meson solves dependencies automatically and installs
missing packages on it's own ( mostly with git master branches ). This
is opposing to bee build policy being dependent on current system state
and not current internet state. bee is not npm.

Changing --wrap-mode=auto to 'nofallback'
  • Loading branch information
wwwutz authored and donald committed Jul 8, 2022
1 parent dc6ad99 commit b46f692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildtypes/meson.sh.in
Expand Up @@ -38,6 +38,7 @@ bee_configure() {
--prefix ${PREFIX} \
--sysconfdir=${SYSCONFDIR} \
--localstatedir=${LOCALSTATEDIR} \
--wrap-mode=nofallback \
"${@}" \
${S}
}
Expand Down

0 comments on commit b46f692

Please sign in to comment.