소스 검색

remove already commented cflags / ldflags

Thomas Waldmann 6 년 전
부모
커밋
2fd0cff4e3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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
     # set our flags to use homebrew openssl
     export ARCHFLAGS="-arch x86_64"
     export ARCHFLAGS="-arch x86_64"
     export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
     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
 fi
 
 
 # do not use fakeroot, but run as root on travis.
 # do not use fakeroot, but run as root on travis.