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:
parent
048da6e043
commit
bc6016b05c
|
@ -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} "
|
||||
|
|
Loading…
Reference in New Issue