installdeps: install wx-common for mxe for wxrc
When cross building for win32, native wxrc is needed to generate xrc files, add wx-common to mxe dependencies which provides it.
This commit is contained in:
parent
90188e8875
commit
77a3673d04
|
@ -311,7 +311,8 @@ debian_installdeps() {
|
||||||
set -- "$@" "mxe-${target}-$dep"
|
set -- "$@" "mxe-${target}-$dep"
|
||||||
done
|
done
|
||||||
check sudo apt-get -qq update
|
check sudo apt-get -qq update
|
||||||
check sudo apt-get -qy install build-essential cmake "$@"
|
# native wx-common needed for wxrc executable
|
||||||
|
check sudo apt-get -qy install build-essential cmake wx-common "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
build_instructions
|
build_instructions
|
||||||
|
|
Loading…
Reference in New Issue