fix ugly hardcoded library path to libgnutls and libnettle
This commit is contained in:
parent
048543f08f
commit
22462ed891
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ index a20e7ed..d8f4a1f 100644
|
||||||
library
|
library
|
||||||
hs-source-dirs: lib
|
hs-source-dirs: lib
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -O2
|
||||||
+ LD-Options: -L /home/joey/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/sysroot/usr/lib/ -lgcrypt -lgpg-error -lz
|
+ LD-Options: -L /home/androidbuilder/.ghc/android-14/arm-linux-androideabi-4.8/arm-linux-androideabi/sysroot/usr/lib/ -lgcrypt -lgpg-error -lz
|
||||||
|
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.0 && < 5.0
|
base >= 4.0 && < 5.0
|
||||||
|
|
Loading…
Reference in a new issue