update jenkins build script for yosemite

This commit is contained in:
Vincent Sanders 2016-02-07 21:59:28 +00:00
parent a1bc4c6a22
commit bfbd838395
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ case ${TARGET} in
"cocoa")
case ${HOST} in
"x86_64-apple-darwin14.5.0")
;;
"i686-apple-darwin10")
;;