Skip to content

Commit

Permalink
Merge pull request #2367 from CvH/9.0-meson-cross
Browse files Browse the repository at this point in the history
scripts/build: fix meson cross-compiling
  • Loading branch information
chewitt committed Jan 1, 2018
2 parents e1b1596 + 27a4b06 commit faecb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ else
# meson builds
"meson:target")
echo "Executing (target): meson $TARGET_MESON_OPTS $PKG_MESON_OPTS_TARGET $(dirname $PKG_MESON_SCRIPT)" | tr -s " "
meson $TARGET_MESON_OPTS $PKG_MESON_OPTS_TARGET $(dirname $PKG_MESON_SCRIPT)
CC="$HOST_CC" CXX="$HOST_CXX" meson $TARGET_MESON_OPTS $PKG_MESON_OPTS_TARGET $(dirname $PKG_MESON_SCRIPT)
;;
"meson:host")
echo "Executing (host): meson $HOST_MESON_OPTS $PKG_MESON_OPTS_HOST $(dirname $PKG_MESON_SCRIPT)" | tr -s " "
Expand Down

0 comments on commit faecb9f

Please sign in to comment.