community/rust: fix

This commit is contained in:
Kevin Mihelich 2017-07-22 01:27:36 +00:00
parent ca6691d6b3
commit c9d5af23e8

View file

@ -6,6 +6,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - add a link to g++ to compensate for broken cross-compiler decisions
# - makedepend on cmake
buildarch=28
highmem=1
@ -20,7 +21,7 @@ url='https://www.rust-lang.org/'
arch=('x86_64' 'i686')
license=('MIT' 'Apache')
makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc')
makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc' 'cmake')
options=('!emptydirs')