From 7f5f1fdbfbbf8781c6bc4479f645770d901e200a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 10 May 2013 14:48:17 +0100 Subject: fix darwin target --- citools/jenkins-build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'citools') diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh index c5c06aa..dd8ef00 100755 --- a/citools/jenkins-build.sh +++ b/citools/jenkins-build.sh @@ -81,6 +81,9 @@ case ${TARGET} in TARGET="m5475_atari" ;; + "powerpc-apple-darwin9") + TARGET="powerpc_apple_darwin9" + ;; esac # Ensure the artifact target directory exists -- cgit v1.2.3