Fix mingw build script so as not to use version number for exectuables.

(cherry picked from commit 72367d94ad)
This commit is contained in:
Richard Kimberly Heck 2018-09-29 17:44:25 -04:00
parent 3ad699168f
commit c528f47f2d

View File

@ -22,6 +22,7 @@ while getopts ":dDh" opt; do
esac
done
$CMAKE $LYXSRC \
-DLYX_PROGRAM_SUFFIX=0 \
-DCMAKE_VERBOSE_MAKEFILE=1 \