Skip to content

Commit

Permalink
Update package/linux/dfhack
Browse files Browse the repository at this point in the history
Co-authored-by: Alan <[email protected]>
  • Loading branch information
myk002 and lethosor authored Jul 18, 2024
1 parent c2fe0d8 commit 6a22466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/linux/dfhack
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if which objdump > /dev/null; then
LIBSAN="$(objdump -p $DFHACK_LIB | sed -n 's/^.*NEEDED.*\(lib[a-z]san[a-z.0-9]*\).*$/\1/p' | head -n1):"
if [ ":" != "${LIBSAN}" ]; then
DF_PRELOAD="${DF_PRELOAD:+$DF_PRELOAD:}${LIBSAN}"
echo "preloading address sanitizer: ${LIBSAN}"
echo "preloading sanitizer: ${LIBSAN}"
fi
fi

Expand Down

0 comments on commit 6a22466

Please sign in to comment.