From 1de182a34996fa04587000052ba40c21a6fbe201 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 7 Feb 2016 22:10:35 +0000 Subject: ensure mac os x path is correct --- utils/jenkins-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/jenkins-build.sh') diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh index c5e307c45..237e4b721 100755 --- a/utils/jenkins-build.sh +++ b/utils/jenkins-build.sh @@ -107,6 +107,7 @@ case ${TARGET} in "cocoa") case ${HOST} in "x86_64-apple-darwin14.5.0") + PATH=/opt/local/bin:/opt/local/sbin:${PATH} ;; "i686-apple-darwin10") -- cgit v1.2.3