]> git.lyx.org Git - features.git/commitdiff
Fix build script for Windows: No suffixes.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 27 Sep 2018 18:53:41 +0000 (14:53 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 27 Sep 2018 18:56:11 +0000 (14:56 -0400)
development/cmake/scripts/cmingw

index ec4a963c8bd1a5d3937fa1e119b8b7660cd0c18f..851eb27b269fca445d1b6860189791e06236170c 100644 (file)
@@ -23,7 +23,8 @@ while getopts ":dDh" opt; do
 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 \