Skip to content

Commit

Permalink
Merge pull request #236 from TyanNN/fix-nightly
Browse files Browse the repository at this point in the history
Fix nightly ebuild
  • Loading branch information
cnd authored Mar 5, 2017
2 parents a45d9a6 + 4b160f9 commit ec20f6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-lang/rust/rust-999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ src_configure() {
--release-channel=${release_channel%%/*} \
--extra-filename=${postfix} \
--disable-manage-submodules \
--disable-rustbuild \
--default-linker=$(tc-getBUILD_CC) \
--default-ar=$(tc-getBUILD_AR) \
--python=${EPYTHON} \
Expand All @@ -90,7 +89,7 @@ src_configure() {
}

src_compile() {
emake VERBOSE=1
emake dist VERBOSE=1
}

src_install() {
Expand Down

0 comments on commit ec20f6c

Please sign in to comment.