]> git.lyx.org Git - features.git/commitdiff
Fix mingw build script so as not to use version number for exectuables.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 29 Sep 2018 21:44:25 +0000 (17:44 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 29 Sep 2018 21:50:29 +0000 (17:50 -0400)
development/cmake/scripts/cmingw

index 0da682160e77f0e76ce10119b7149da118b47d52..f79b6b2e7390bce33b9dab247a570dff9f851a58 100644 (file)
@@ -22,8 +22,10 @@ while getopts ":dDh" opt; do
   esac
 done
 
+
 $CMAKE $LYXSRC \
-       -DCMAKE_VERBOSE_MAKEFILE=1 \
+    -DLYX_PROGRAM_SUFFIX=0 \
+    -DCMAKE_VERBOSE_MAKEFILE=1 \
     -DLYX_CPACK=1 $DEVEL \
     -DLYX_XMINGW=$MINGW \
     -DLYX_USE_QT=QT5 \