Skip to content
Snippets Groups Projects
Commit 0c7ede86 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by thoughtpolice
Browse files

rts/package.conf.in: fix UNREG on --with-system-libffi when include-dir is passed explicitely


Issue #8748

Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
(cherry picked from commit 2d0fa9ae)
parent 2a81c08b
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,9 @@ extra-libraries:
#endif
#ifdef INSTALLING
include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR
include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR FFI_INCLUDE_DIR
#else /* !INSTALLING */
include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist-derivedconstants/header"
include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist-derivedconstants/header" FFI_INCLUDE_DIR
#endif
includes: Stg.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment