diff options
-rw-r--r-- | dev-lang/micropython/micropython-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/micropython/micropython-1.11.ebuild b/dev-lang/micropython/micropython-1.11.ebuild index 0c8219f76706..a7361e69166f 100644 --- a/dev-lang/micropython/micropython-1.11.ebuild +++ b/dev-lang/micropython/micropython-1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -37,7 +37,7 @@ src_compile() { src_test() { cd ports/unix || die - emake test + emake CC="$(tc-getCC)" test } src_install() { |