ledger's python

This commit is contained in:
Gwenhael Le Moine 2020-07-16 16:30:55 +02:00
parent b059b122a1
commit 3e29fd628f
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -66,7 +66,7 @@ esac
./acprep pull
./acprep --prefix=/usr $PYTHON opt config -- -DUSE_DOXYGEN=ON -DBoost_NO_BOOST_CMAKE=ON # -DUSE_PYTHON=ON
./acprep --prefix=/usr $PYTHON opt config -- -DUSE_DOXYGEN=ON -DBoost_NO_BOOST_CMAKE=ON -DUSE_PYTHON=ON
./acprep --prefix=/usr $PYTHON opt make || exit 1
./acprep --prefix=/usr $PYTHON opt -- make install DESTDIR=$PKG || exit 1