diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-28 17:46:16 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-28 17:46:16 +0100 |
commit | a9608cb9d91cf3eb80cab791998d0c577ed17608 (patch) | |
tree | b59b78ff0714207f4bf91dc08cd8f41e86f981b5 /rts/package.conf.in | |
parent | 2cf5bd3dd74d2236ddcd8be51529074c4853cb8f (diff) | |
download | haskell-a9608cb9d91cf3eb80cab791998d0c577ed17608.tar.gz |
Record libffi directory in rts package conf; trac #7465
Patch from Peter Trommler
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index 279cb04017..922ffeacbb 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -16,9 +16,9 @@ hidden-modules: import-dirs: #ifdef INSTALLING -library-dirs: LIB_DIR"/rts-1.0" PAPI_LIB_DIR +library-dirs: LIB_DIR"/rts-1.0" PAPI_LIB_DIR FFI_LIB_DIR #else /* !INSTALLING */ -library-dirs: TOP"/rts/dist/build" PAPI_LIB_DIR +library-dirs: TOP"/rts/dist/build" PAPI_LIB_DIR FFI_LIB_DIR #endif hs-libraries: "HSrts" FFI_LIB |