Browse Source

remove already commented cflags / ldflags

Thomas Waldmann 6 years ago
parent
commit
2fd0cff4e3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .travis/run.sh

+ 0 - 2
.travis/run.sh

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