mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Win32 Hunspell Link fix by Kornel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30831 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0b23fcce1e
commit
0316c01d24
@ -194,7 +194,11 @@ if(use_external_libintl)
|
|||||||
add_definitions(-DHAVE_GETTEXT)
|
add_definitions(-DHAVE_GETTEXT)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
find_library(HUNSPELL_LIBRARY "libhunspell")
|
||||||
|
else()
|
||||||
find_library(HUNSPELL_LIBRARY "hunspell")
|
find_library(HUNSPELL_LIBRARY "hunspell")
|
||||||
|
endif()
|
||||||
if (HUNSPELL_LIBRARY)
|
if (HUNSPELL_LIBRARY)
|
||||||
find_file(HUNSPELL_FOUND "hunspell/hunspell.hxx")
|
find_file(HUNSPELL_FOUND "hunspell/hunspell.hxx")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user