From: Richard Kimberly Heck Date: Sat, 29 Sep 2018 21:44:25 +0000 (-0400) Subject: Fix mingw build script so as not to use version number for exectuables. X-Git-Tag: 2.3.2~63 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c528f47f2d4097f95a0bfe60888ab14743d1a88e;p=features.git Fix mingw build script so as not to use version number for exectuables. (cherry picked from commit 72367d94ad334ca54d9f37c325e185095178da3c) --- diff --git a/development/cmake/scripts/cmingw b/development/cmake/scripts/cmingw index 851eb27b26..00671d99cd 100644 --- a/development/cmake/scripts/cmingw +++ b/development/cmake/scripts/cmingw @@ -22,6 +22,7 @@ while getopts ":dDh" opt; do esac done + $CMAKE $LYXSRC \ -DLYX_PROGRAM_SUFFIX=0 \ -DCMAKE_VERBOSE_MAKEFILE=1 \