common: Add new cmake-wxWidgets-gtk3 build-helper
This commit is contained in:
5
common/build-helper/cmake-wxWidgets-gtk3.sh
Normal file
5
common/build-helper/cmake-wxWidgets-gtk3.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
export WX_CONFIG=${XBPS_WRAPPERDIR}/wx-config-gtk3
|
||||
else
|
||||
export WX_CONFIG=wx-config-gtk3
|
||||
fi
|
||||
Reference in New Issue
Block a user