From 5512d7e69f25091fa1003ff3654d183455461db3 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 21 Jan 2019 02:16:03 -0200 Subject: [PATCH] build-style/meson.sh: fix binary name --- common/build-style/meson.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index 25b7be03670..b37f09563a2 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -51,7 +51,7 @@ ld = '${LD}' strip = '${STRIP}' readelf = '${READELF}' pkgconfig = 'pkg-config' -rustc = 'rustc' +rust = 'rustc' [properties] needs_exe_wrapper = true