everything is relocatable now

This commit is contained in:
Max Howell 2022-09-25 08:47:23 -04:00
parent a5ff99c5e3
commit 2efe6585cf
4 changed files with 4 additions and 7 deletions

View file

@ -15,7 +15,10 @@ build:
rm -rf {{prefix}}/share # docs are online
if test {{hw.platform}} = darwin; then
install_name_tool -change @rpath/libmpdec.3.dylib @loader_path/libmpdec.3.dylib {{prefix}}/lib/libmpdec++.dylib
install_name_tool -change \
@rpath/libmpdec.3.dylib \
@loader_path/libmpdec.3.dylib \
{{prefix}}/lib/libmpdec++.dylib
fi
test:

View file

@ -2,8 +2,6 @@ distributable:
url: https://github.com/denoland/deno/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
relocatable: true
versions:
github: denoland/deno

View file

@ -6,8 +6,6 @@ versions:
github: golang/go/tags
strip: /^go/
relocatable: true
provides:
- bin/go

View file

@ -2,8 +2,6 @@ distributable:
url: https://github.com/teaxyz/cli/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
relocatable: true
versions:
github: teaxyz/cli