commit 08a1f5e14e1487375754b864cc9cd1159496680a
Author: Richard Kimberly Heck <[email protected]>
Date: Mon Oct 26 15:29:11 2020 -0400
No need to specify qt5
---
development/tools/lyx-build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/development/tools/lyx-build b/development/tools/lyx-build
index 3ef18e2..f4b1c7c 100755
--- a/development/tools/lyx-build
+++ b/development/tools/lyx-build
@@ -88,7 +88,7 @@ $DEBUG mkdir "$BASE/lyx-build/";
$DEBUG cd "$BASE/lyx-build/";
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
echo "Couldn't make distribution!";
exit 1;
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs