Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -165,6 +165,8 @@ function rbx_deploy_travis_binary {
if [[ -f "$vendor_llvm" ]]; then
export RBX_BINARY_CONFIG="--llvm-config=$vendor_llvm"
fi
elif [[ $os_name == osx ]]; then
export RBX_BINARY_CONFIG="'--llvm-config=llvm-config-3.8 --cc=clang-3.8 --cxx=clang++-3.8'"
fi

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

0 comments on commit a9e6f6c

Please sign in to comment.