From a59075f1d1f3395287e53cb40873feceabd69c49 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 21 Jan 2019 01:59:23 -0200 Subject: [PATCH] build-style/meson.sh: add path to 'rustc' --- common/build-style/meson.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index 1c3d0e16d18..25b7be03670 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -51,6 +51,7 @@ ld = '${LD}' strip = '${STRIP}' readelf = '${READELF}' pkgconfig = 'pkg-config' +rustc = 'rustc' [properties] needs_exe_wrapper = true