diff options
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index 77fb192e82..e45ecce457 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -23,7 +23,7 @@ library-dirs: LIB_DIR GMP_LIB_DIRS #else /* !INSTALLING */ library-dirs: FPTOOLS_TOP_ABS"/rts" GMP_LIB_DIRS # if !defined(HAVE_LIBGMP) && !defined(HAVE_FRAMEWORK_GMP) - , FPTOOLS_TOP_ABS"/rts/gmp" + , FPTOOLS_TOP_ABS"/gmp/gmpbuild" # endif #endif @@ -64,6 +64,8 @@ include-dirs: INCLUDE_DIR GMP_INCLUDE_DIRS # endif #else /* !INSTALLING */ include-dirs: FPTOOLS_TOP_ABS"/includes" + FPTOOLS_TOP_ABS"/rts" + FPTOOLS_TOP_ABS"/gmp/gmpbuild" #endif includes: Stg.h |