include /bin/sh in standalone builds
oberon:MacOS joeyh$ ./runshell dyld: Symbol not found: _environ Referenced from: /bin/sh Expected in: /Volumes/git-annex/git-annex.app/Contents/MacOS/usr/lib/libSystem.B.dylib in /bin/sh
This commit is contained in:
parent
0986a21ce0
commit
48b17bd8ec
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -144,7 +144,7 @@ hackage: sdist
|
|||
@cabal upload dist/*.tar.gz
|
||||
|
||||
THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg \
|
||||
sha1sum sha224sum sha256sum sha384sum sha512sum cp ssh
|
||||
sha1sum sha224sum sha256sum sha384sum sha512sum cp ssh sh
|
||||
|
||||
LINUXSTANDALONE_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/git-annex.linux
|
||||
linuxstandalone:
|
||||
|
|
Loading…
Reference in a new issue