Skip to content

Commit

Permalink
start of cfg for static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Jan 25, 2019
1 parent 6cdb495 commit 200dab0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions nim.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@if static:
passl:"/home/brentp/src/htslib/libhts.a"
passl:"/home/brentp/src/libdeflate/libdeflate.a"
#passl:"/usr/local/lib/libdeflate.a"
passl:"/usr/lib/x86_64-linux-gnu/libz.a"
passl:"/usr/lib/x86_64-linux-gnu/liblzma.a"
#passl:"/usr/lib/x86_64-linux-gnu/libcurl.a"
passl:"/usr/lib/x86_64-linux-gnu/libbz2.a"
passl:"/usr/lib/x86_64-linux-gnu/libssl.a"
passl:"/usr/lib/x86_64-linux-gnu/libcrypto.a"
passl:"/usr/lib/x86_64-linux-gnu/libcrypt.a"
passl:"-lhts"
passl:"-ldeflate"
passl:"-lz"
#passl:"-lcrypto"
#passl:"-lcrypt"
passl:"-llzma"
passl:"-lcurl"
passl:"-lbz2"
passl:"-lpthread"
dynlibOverride:"hts"
@end

0 comments on commit 200dab0

Please sign in to comment.