File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 5
5
#! Based on https://github.com/Homebrew/discussions/discussions/2843#discussioncomment-2243610
6
6
7
7
bottle_tag=" arm64_big_sur" # Macos 11 is big sure
8
- dependencies=" libsodium gnutls "
8
+ dependencies=" libsodium"
9
9
10
10
mkdir -p ~ /arm-target/bin
11
11
mkdir -p ~ /arm-target/brew-cache
@@ -39,13 +39,3 @@ cd "$PREV_PWD"
39
39
# libsodium
40
40
export PATH=" $HOME /arm-target/Cellar/libsodium/1.0.18_1/lib:$PATH "
41
41
export PKG_CONFIG_PATH=" $HOME /arm-target/Cellar/libsodium/1.0.18_1/lib:$PKG_CONFIG_PATH "
42
-
43
- # gnutils
44
- export GUILE_TLS_CERTIFICATE_DIRECTORY=/Users/runner/arm-target/etc/gnutls/
45
- export PATH=" $HOME /arm-target/opt/gnu-sed/libexec/gnubin:$PATH "
46
- export PATH=" $HOME /arm-target/opt/m4/bin:$PATH "
47
- export LDFLAGS=" -L$HOME /arm-target/opt/readline/lib $LDFLAGS "
48
- export CPPFLAGS=" -I$HOME /arm-target/opt/readline/include $CPPFLAGS "
49
- export PKG_CONFIG_PATH=" $HOME /arm-target/opt/readline/lib/pkgconfig:$PKG_CONFIG_PATH "
50
- export PKG_CONFIG_PATH=
" $HOME /arm-target/opt/[email protected] /lib/pkgconfig:$PKG_CONFIG_PATH "
51
- export PKG_CONFIG_PATH=" $HOME /arm-target/opt/readline/lib/pkgconfig:$PKG_CONFIG_PATH "
You can’t perform that action at this time.
0 commit comments