mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fixes for the build script.
This commit is contained in:
parent
53bf5beae0
commit
01c23b3864
@ -34,7 +34,7 @@ mkdir $BASE/lyx-build/
|
||||
cd $BASE/lyx-build/
|
||||
|
||||
echo "Building distribution...";
|
||||
$BASE/lyx-export/configure --enable-build-type=rel
|
||||
$BASE/lyx-export/configure --enable-build-type=rel --enable-qt5
|
||||
if ! make lyxdist; then
|
||||
echo "Couldn't make distribution!";
|
||||
exit 1;
|
||||
@ -64,7 +64,7 @@ if ! cd lyx-$VERSION; then
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
./configure --enable-build-type=rel
|
||||
./configure --enable-build-type=rel --enable-qt5
|
||||
|
||||
if make $MAKEOPTS; then
|
||||
echo "Compilation complete.";
|
||||
|
Loading…
Reference in New Issue
Block a user