mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Fix mingw build script so as not to use version number for exectuables.
(cherry picked from commit 72367d94ad
)
This commit is contained in:
parent
3ad699168f
commit
c528f47f2d
@ -22,6 +22,7 @@ while getopts ":dDh" opt; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
$CMAKE $LYXSRC \
|
$CMAKE $LYXSRC \
|
||||||
-DLYX_PROGRAM_SUFFIX=0 \
|
-DLYX_PROGRAM_SUFFIX=0 \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE=1 \
|
-DCMAKE_VERBOSE_MAKEFILE=1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user