mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/rust: fix
This commit is contained in:
parent
ca6691d6b3
commit
c9d5af23e8
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue