mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix packaging for mingw-64
See bug 10053 for details. Without this, the package is only set correctly for 32bit mingw. Thanks Enrico for suggesting this fix and Shankar Giri Venkita Giri for testing it.
This commit is contained in:
parent
6343a017f7
commit
ee13c5b7e2
@ -630,7 +630,7 @@ AC_ARG_WITH(packaging,
|
||||
[lyx_use_packaging="$withval"], [
|
||||
case $host in
|
||||
*-apple-darwin*) lyx_use_packaging=macosx ;;
|
||||
*-pc-mingw32*) lyx_use_packaging=windows ;;
|
||||
*-pc-mingw*) lyx_use_packaging=windows ;;
|
||||
*haiku*) lyx_use_packaging=haiku ;;
|
||||
*) lyx_use_packaging=posix ;;
|
||||
esac])
|
||||
|
Loading…
Reference in New Issue
Block a user