forked from premiere/premiere-libtorrent
updated build_dist to work on new macports boost package
This commit is contained in:
parent
5d76c19168
commit
ab06ed7d3f
|
@ -3,11 +3,12 @@ rm -f config.cache
|
|||
rm -fr autom4te.cache
|
||||
chmod a-x docs/*.rst docs/*.htm*
|
||||
|
||||
/opt/local/bin/autoheader-1.7
|
||||
/opt/local/bin/autoheader
|
||||
/opt/local/bin/aclocal -I m4
|
||||
/sw/bin/libtoolize -f
|
||||
/opt/local/bin/glibtool -f
|
||||
/opt/local/bin/automake -ac
|
||||
/opt/local/bin/autoconf
|
||||
./configure --enable-python-binding --with-zlib=shipped --enable-examples=yes --enable-tests=yes --with-boost-python=mt-1_35 --with-boost-thread=mt-1_35 --with-boost-system=mt-1_35 --with-boost-filesystem=mt-1_35 --with-boost-regex=mt-1_35 --with-boost-program-options=mt-1_35
|
||||
./configure --enable-python-binding --with-zlib=shipped --enable-examples=yes --enable-tests=yes
|
||||
# --with-boost-python=mt-1_35 --with-boost-thread=mt-1_35 --with-boost-system=mt-1_35 --with-boost-filesystem=mt-1_35 --with-boost-regex=mt-1_35 --with-boost-program-options=mt-1_35
|
||||
make dist check
|
||||
|
||||
|
|
Loading…
Reference in New Issue