Remove unneeded file
This commit is contained in:
parent
17ba52126a
commit
ad082c6fe6
1 changed files with 0 additions and 14 deletions
14
lin-cargo
14
lin-cargo
|
@ -1,14 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# based on https://gist.github.com/luser/a33e5070d1c55a7d2c46fe763a9d1543
|
||||
|
||||
set -e
|
||||
|
||||
export OPENSSL_DIR=/usr/local
|
||||
export OPENSSL_STATIC="1"
|
||||
|
||||
export PATH="/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
|
||||
cargo "$@"
|
||||
|
||||
unset OPENSSL_STATIC
|
Loading…
Reference in a new issue