gdb: fix cross builds
This commit is contained in:
parent
8b133e6ab8
commit
3f581d37f9
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ disable_parallel_build=yes
|
||||||
if [ "${CROSS_BUILD}" ]; then
|
if [ "${CROSS_BUILD}" ]; then
|
||||||
# Make python2.7 detection work in cross builds
|
# Make python2.7 detection work in cross builds
|
||||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
||||||
|
CXXFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
||||||
fi
|
fi
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gdbserver static python"
|
build_options="gdbserver static python"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue