1
0
Fork 0
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:
Thomas Waldmann 2019-03-13 23:33:57 +01:00
parent 528aee3ca6
commit 2fd0cff4e3

View file

@ -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.