bc6016b05c
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.
7 lines
193 B
Bash
7 lines
193 B
Bash
if [ "$CROSS_BUILD" ]; then
|
|
export WX_CONFIG=${XBPS_WRAPPERDIR}/wx-config-gtk3
|
|
else
|
|
export WX_CONFIG=/usr/bin/wx-config-gtk3
|
|
fi
|
|
configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} "
|