Skip to content

Commit a9e6f6c

Browse files
committedAug 20, 2016
Force llvm 3.8 for building Travis OSX binary.
1 parent cfb44ef commit a9e6f6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎scripts/deploy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ function rbx_deploy_travis_binary {
165165
if [[ -f "$vendor_llvm" ]]; then
166166
export RBX_BINARY_CONFIG="--llvm-config=$vendor_llvm"
167167
fi
168+
elif [[ $os_name == osx ]]; then
169+
export RBX_BINARY_CONFIG="'--llvm-config=llvm-config-3.8 --cc=clang-3.8 --cxx=clang++-3.8'"
168170
fi
169171

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

0 commit comments

Comments
 (0)
Please sign in to comment.