Skip to content

Commit

Permalink
Revert "pgkbuildshit"
Browse files Browse the repository at this point in the history
This reverts commit 4b1c2e5.
  • Loading branch information
lukasoyen committed Mar 27, 2015
1 parent fe7032f commit 323cd9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ arch=('x86_64')
url="https://github.com/lummax/librcimmixcons"
license=('MIT')
depends=('gcc-libs')
makedepends=()
makedepends=('rust-nightly-bin')
options=(!strip)

prepare() {
Expand All @@ -16,7 +16,7 @@ prepare() {

build() {
cd ${pkgname}-${pkgver}
make all CARGO_OPTS="--release --features no_large_object_space"
make all CARGO_OPTS=--release
}

package() {
Expand Down

0 comments on commit 323cd9c

Please sign in to comment.