Skip to content
Snippets Groups Projects
Commit 9a826286 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-06-14 09:10:23 by simonmar]

fix installed include dir in rts package.
parent 0a423b55
No related merge requests found
......@@ -43,7 +43,7 @@ package_details installing =
else ghc_src_dir _GHC_RUNTIME_DIR ],
libraries = [ "HSrts" ],
include_dir = if installing
then ""
then _libdir ++ "/includes"
else ghc_src_dir _GHC_INCLUDE_DIR,
c_include = "Stg.h", -- ha!
package_deps = [ "gmp" ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment