]> 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>
Sun, 30 Sep 2018 17:47:59 +0000 (13:47 -0400)
(cherry picked from commit 72367d94ad334ca54d9f37c325e185095178da3c)

development/cmake/scripts/cmingw

index 851eb27b269fca445d1b6860189791e06236170c..00671d99cd3d277b1f3731c104b332c303c643a0 100644 (file)
@@ -22,6 +22,7 @@ while getopts ":dDh" opt; do
   esac
 done
 
+
 $CMAKE $LYXSRC \
     -DLYX_PROGRAM_SUFFIX=0 \
     -DCMAKE_VERBOSE_MAKEFILE=1 \