]> git.lyx.org Git - features.git/commit
Fix packaging for mingw crosscompilation
authorGeorg Baum <baum@lyx.org>
Sun, 8 May 2016 11:46:35 +0000 (13:46 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:44 +0000 (17:55 -0400)
commitc8619110ff6b2d2b1eb77654ed3f6320a442617d
tree5633aa8370cdb66ee21e0038cefb5082f66329ec
parentcfa0eea4b96e5596dabbce77726fee7f18ecc680
Fix packaging for mingw crosscompilation

The standard host triplet for mingw tools is is something like
x86_64-w64-mingw32 on debian and something like x86-64-w64-mingw32.shared for
mxe (http://mxe.cc). Detect windows packaging correctly for these build types.
config/lyxinclude.m4