mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-09 19:02:18 +00:00
Fix a bug in Zoltan's previous change to add the mdbcomp library:
Estimated hours taken: 0.25 Branches: main scripts/ml.in: Fix a bug in Zoltan's previous change to add the mdbcomp library: mdbcomp was missing from the list of libraries to link with when when tracing and static linking are both enabled.
This commit is contained in:
@@ -217,9 +217,11 @@ case $trace in
|
||||
TRACE_LIBS_SYSTEM="$TRACE_LIBS_SYSTEM $READLINE_LIBRARIES"
|
||||
TRACE_STATIC_LIBS="\
|
||||
`$FIX_PATH_FOR_LINKER \
|
||||
$LIBDIR/$GRADE/$FULLARCH/lib$TRACE_LIB_NAME.@LIB_SUFFIX@` \
|
||||
$LIBDIR/$GRADE/$FULLARCH/lib$TRACE_LIB_NAME.@LIB_SUFFIX@` \
|
||||
`$FIX_PATH_FOR_LINKER \
|
||||
$LIBDIR/$GRADE/$FULLARCH/lib$BROWSER_LIB_NAME.@LIB_SUFFIX@`"
|
||||
$LIBDIR/$GRADE/$FULLARCH/lib$BROWSER_LIB_NAME.@LIB_SUFFIX@` \
|
||||
`$FIX_PATH_FOR_LINKER \
|
||||
$LIBDIR/$GRADE/$FULLARCH/lib$MDBCOMP_LIB_NAME.@LIB_SUFFIX@`"
|
||||
;;
|
||||
false) TRACE_LIBS=
|
||||
TRACE_LIBS_SYSTEM=
|
||||
|
||||
Reference in New Issue
Block a user