Skip to content

Commit

Permalink
trurl.sh: delete v0.9-specific workaround [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Mar 15, 2024
1 parent ce3ecbe commit d146730
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions trurl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@ _VER="$1"
LDLIBS+=' -lcurl'
fi

if [ "${TRURL_VER_}" = '0.9' ]; then
LDFLAGS+=" ${LDLIBS}"
# Add dummy curl-config to avoid picking up any system default and
# linking to it instead of using our build.
echo '#!/bin/sh' > ./curl-config
chmod +x ./curl-config
export PATH; PATH="$(pwd):${PATH}"
fi

"${_MAKE}" clean
# shellcheck disable=SC2086
"${_MAKE}" ${options}
Expand Down

0 comments on commit d146730

Please sign in to comment.