Skip to content

Commit

Permalink
Build Travis macOS binary with llvm6.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed May 6, 2018
1 parent f06f55d commit 73e0e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function rbx_deploy_travis_binary {
if [[ $os_name == linux ]]; then
export RBX_BINARY_CONFIG='--llvm-config=llvm-config --cc=clang --cxx=clang++'
elif [[ $os_name == osx ]]; then
export RBX_BINARY_CONFIG='--with-include-dir=$OPENSSL_DIR/include --with-lib-dir=$OPENSSL_DIR/lib --llvm-config=llvm-config-3.8 --cc=clang-3.8 --cxx=clang++-3.8'
export RBX_BINARY_CONFIG='--with-include-dir=$OPENSSL_DIR/include --with-lib-dir=$OPENSSL_DIR/lib'
fi

"$__dir__/package.sh" binary || fail "unable to build binary"
Expand Down

0 comments on commit 73e0e7b

Please sign in to comment.