mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
14 lines
369 B
Diff
14 lines
369 B
Diff
--- a/app/app.pro
|
|
+++ b/app/app.pro
|
|
@@ -165,8 +165,8 @@
|
|
# PKGCONFIG += hunspell
|
|
|
|
# hardcoded paths are (unfortunately) more robust:
|
|
- INCLUDEPATH += /usr/include/hunspell
|
|
+ INCLUDEPATH += @TERMUX_PREFIX@/include/hunspell
|
|
- LIBS += -lhunspell
|
|
+ LIBS += -lhunspell-1.7
|
|
|
|
HEADERS += \
|
|
./src/qt/spelling/dictionary_provider_hunspell.h \
|