Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
1edad871
Commit
1edad871
authored
Jul 22, 2012
by
pali.gabor@gmail.com
Committed by
Simon Marlow
Aug 08, 2012
Browse files
Add missing flag for respecting EXTRA_LIBDIR
parent
62ab9937
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/build-package-way.mk
View file @
1edad871
...
...
@@ -76,7 +76,7 @@ else
$$($1_$2_$3_LIB)
:
$$($1_$2_$3_ALL_OBJS) $$(ALL_RTS_LIBS) $$($1_$2_$3_DEPS_LIBS)
$
$(
call
cmd,
$1_$2_HC
)
$$
(
$1_$2_$3_ALL_HC_OPTS
)
$$
(
$1_$2_$3_ALL_OBJS
)
\
-shared
-dynamic
-dynload
deploy
\
$
$(
addprefix
-l
,
$$
(
$1_$2_EXTRA_LIBRARIES
))
\
$
$(
addprefix
-l
,
$$
(
$1_$2_EXTRA_LIBRARIES
))
$
$(
addprefix
-L
,
$$
(
$1_$2_EXTRA_LIBDIRS
))
\
-dylib-install-name
$(ghclibdir)
/
`
basename
"
$$
@"
|
sed
's/^libHS//;s/[-]ghc.*//'
`
/
`
basename
"
$$
@"
`
\
-no-auto-link-packages
\
-o
$$
@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment