mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix mingw build script so as not to use version number for exectuables.
This commit is contained in:
parent
21b766e27d
commit
72367d94ad
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user