diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-28 20:27:32 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-28 20:27:32 +0000 |
commit | 18a73ca629b9f3bb9f47ecaa687e1bebb815ed20 (patch) | |
tree | 1f5dad4641ec785eea0cc4eaf967c1c03be81a3b /testing/micropython/APKBUILD | |
parent | c0ecc96d78fa12385a6cac3b6dc623738661c502 (diff) | |
download | aports-18a73ca629b9f3bb9f47ecaa687e1bebb815ed20.tar.bz2 aports-18a73ca629b9f3bb9f47ecaa687e1bebb815ed20.tar.xz |
testing/micropython: enable build on ppc64le
Diffstat (limited to 'testing/micropython/APKBUILD')
-rw-r--r-- | testing/micropython/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/micropython/APKBUILD b/testing/micropython/APKBUILD index 93a5a210fb..98f226a739 100644 --- a/testing/micropython/APKBUILD +++ b/testing/micropython/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A lean and efficient Python implementation for MCUs and constrained sys url="http://www.micropython.org/" # ../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not implemented for this platform -arch="x86 x86_64 armhf" +arch="x86 x86_64 armhf ppc64le" license="MIT" depends="" |