[build] Fix osx-package builds.

This commit is contained in:
Suresh Sundriyal 2015-04-05 16:10:47 -07:00
parent b954836cf0
commit 36aa0c10d4
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ linux-package: clean-outbox linux-build
osx-build:
rm -rf osx-build-dir
mkdir -p osx-build-dir
cd ../ && ./autogen.sh
cd osx-build-dir && ../../configure && make -j && make distcheck -j8 && make dist-bzip2
osx-package: clean-outbox osx-build