mirror of
https://github.com/ivabus/pantry
synced 2024-11-30 04:05:06 +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:
|
test:
|
||||||
script: deno --version
|
script: deno --version
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
exe=$(basename "$0")
|
exe=$(basename "$0")
|
||||||
|
|
||||||
|
if test ! -f /usr/bin/"$exe"; then
|
||||||
|
exe=ld
|
||||||
|
fi
|
||||||
|
|
||||||
if test -z "$TEA_PREFIX"
|
if test -z "$TEA_PREFIX"
|
||||||
then
|
then
|
||||||
echo 'TEA_PREFIX mysteriously unset' >&2
|
echo 'TEA_PREFIX mysteriously unset' >&2
|
||||||
|
|
|
@ -41,4 +41,3 @@ build:
|
||||||
test: |
|
test: |
|
||||||
cc --version
|
cc --version
|
||||||
ld --help
|
ld --help
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue