micropython: fix cross compilation.

This commit is contained in:
Juan RP 2015-02-26 20:39:37 +01:00
parent 35de337d81
commit d9ec757787
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ version=1.3.10
revision=1
build_style=gnu-makefile
make_build_args="-C unix"
hostmakedepends="pkg-config python libffi-devel readline-devel"
hostmakedepends="pkg-config python"
makedepends="libffi-devel readline-devel"
short_desc="Python for embedded systems"
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
license="MIT"