mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
pass through ld
more smartly
This commit is contained in:
parent
8dde93ae3f
commit
b696981301
3 changed files with 4 additions and 2 deletions
|
@ -37,4 +37,3 @@ build:
|
|||
|
||||
test:
|
||||
script: deno --version
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -41,4 +41,3 @@ build:
|
|||
test: |
|
||||
cc --version
|
||||
ld --help
|
||||
|
||||
|
|
Loading…
Reference in a new issue