mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
No need to specify qt5
This commit is contained in:
parent
66d5fffb50
commit
08a1f5e14e
@ -88,7 +88,7 @@ $DEBUG mkdir "$BASE/lyx-build/";
|
|||||||
$DEBUG cd "$BASE/lyx-build/";
|
$DEBUG cd "$BASE/lyx-build/";
|
||||||
|
|
||||||
echo "Building distribution...";
|
echo "Building distribution...";
|
||||||
$DEBUG "$BASE/lyx-export/configure" --enable-build-type=rel --enable-qt5
|
$DEBUG "$BASE/lyx-export/configure" --enable-build-type=rel
|
||||||
if ! $DEBUG make dist; then
|
if ! $DEBUG make dist; then
|
||||||
echo "Couldn't make distribution!";
|
echo "Couldn't make distribution!";
|
||||||
exit 1;
|
exit 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user