#!/bin/zsh
# Creates darwin-i386 "hosted" binary packages.

BUILDCPU=i386
BUILDTARGET=darwin-$BUILDCPU

source $SP/pkg/hosted
