pass through ld more smartly

This commit is contained in:
Jacob Heider 2022-10-27 13:29:16 -04:00 committed by Jacob Heider
parent 8dde93ae3f
commit b696981301
3 changed files with 4 additions and 2 deletions

View file

@ -37,4 +37,3 @@ build:
test:
script: deno --version

View file

@ -2,6 +2,10 @@
exe=$(basename "$0")
if test ! -f /usr/bin/"$exe"; then
exe=ld
fi
if test -z "$TEA_PREFIX"
then
echo 'TEA_PREFIX mysteriously unset' >&2

View file

@ -41,4 +41,3 @@ build:
test: |
cc --version
ld --help