Skip to content

Commit

Permalink
Merge pull request #445 from filecoin-project/bugs/gf1624-install-lib…
Browse files Browse the repository at this point in the history
…-elsewhere

don't install to /usr/local tree
  • Loading branch information
laser authored Jan 18, 2019
2 parents 6f639d5 + 38f6e13 commit 51df01e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions filecoin-proofs/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,10 @@ fn main() {

write!(
pc_file,
"prefix=/usr/local
libdir=${{prefix}}/lib
includedir=${{prefix}}/include
Name: libfilecoin_proofs
"Name: libfilecoin_proofs
Version: {version}
Description: rust-proofs library
Libs: -L${{libdir}} -lfilecoin_proofs {libs}
Cflags: -I${{includedir}}
Libs: {libs}
",
version = git_hash.trim(),
libs = libs
Expand Down

0 comments on commit 51df01e

Please sign in to comment.