build-helper/cmake-wxWidgets-gtk3: set configure_args, too

CMake on their mission to handle all use-cases, ships a FindwxWidgets,
this module ignores WX_CONFIG environment variable,
even the code seems to respect it.
This commit is contained in:
Đoàn Trần Công Danh 2022-09-02 01:26:36 +07:00
parent 048da6e043
commit bc6016b05c
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ if [ "$CROSS_BUILD" ]; then
else
export WX_CONFIG=/usr/bin/wx-config-gtk3
fi
configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} "