summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-11-11 05:15:23 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-12 21:26:50 -0500
commit0b1da2f1e911e941310a20ed7650670d624f6ebe (patch)
tree81c90f0aac06c63907994c87d56ca0aad42b351d /rts
parentbba156f3581913a52cefbcbcb8031f274aaa189a (diff)
downloadhaskell-0b1da2f1e911e941310a20ed7650670d624f6ebe.tar.gz
Make: Install RTS headers in `$libdir/rts/include` not `$libdir/include`
Before we were violating the convention of every other package. This fixes that. It matches the changes made in d5de970dafd5876ef30601697576167f56b9c132 to the location of the files in the repo.
Diffstat (limited to 'rts')
-rw-r--r--rts/package.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in
index 69ee9ba54d..46103e49b9 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -18,7 +18,7 @@ hidden-modules:
import-dirs:
#if defined(INSTALLING)
-library-dirs: LIB_DIR"/rts" FFI_LIB_DIR LIBDW_LIB_DIR
+library-dirs: LIB_DIR FFI_LIB_DIR LIBDW_LIB_DIR
#else /* !INSTALLING */
library-dirs: TOP"/rts/dist-install/build" FFI_LIB_DIR LIBDW_LIB_DIR
#endif