Merge pull request #5202 from a1rwulf/fix-meson-init

buildsystem: fix building meson:init
This commit is contained in:
Christian Hewitt 2021-03-08 16:20:06 +04:00 committed by GitHub
commit a83349cb31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,7 @@ setup_toolchain() {
export MAKEFLAGS
case "$1:$2" in
target:meson)
target:meson|init:meson)
export DESTIMAGE="target"
export AWK="gawk"
export CC="$TOOLCHAIN/bin/host-gcc"