mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-13 01:45:56 +00:00
remove already commented cflags / ldflags
This commit is contained in:
parent
528aee3ca6
commit
2fd0cff4e3
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
|
|||
# set our flags to use homebrew openssl
|
||||
export ARCHFLAGS="-arch x86_64"
|
||||
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||
#export LDFLAGS="-L/usr/local/opt/openssl/lib"
|
||||
#export CFLAGS="-I/usr/local/opt/openssl/include"
|
||||
fi
|
||||
|
||||
# do not use fakeroot, but run as root on travis.
|
||||
|
|
Loading…
Reference in a new issue