Add lexilla to wx-config --libs in static build

Fixes #23643
This commit is contained in:
Maarten Bent 2023-06-17 15:11:49 +02:00
parent 47041389f5
commit d215181c38
No known key found for this signature in database
GPG key ID: 58AAEE3F4A4FD070
2 changed files with 2 additions and 2 deletions

View file

@ -7633,7 +7633,7 @@ case "$wxUSE_REGEX" in
;;
esac
if test "$wxUSE_STC" = "yes" ; then
wxconfig_3rdparty="scintilla $wxconfig_3rdparty"
wxconfig_3rdparty="scintilla lexilla $wxconfig_3rdparty"
fi
case "$wxUSE_EXPAT" in
builtin)