Skip to content
Snippets Groups Projects
Commit c53d98d5 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

gdb: correctly enable python support for mingw


Change-Id: Ibc5cb6ecd1db4cbc0436606700dec1e56e44b71d
Reviewed-by: default avatarTeemu Holappa <teemu.holappa@qt.io>
parent 60fc0576
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
DEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python"
RDEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python"
EXTRA_OECONF_remove_sdkmingw32 = " --with-python=no"
EXTRA_OECONF_remove_sdkmingw32 = " --without-python"
EXTRA_OECONF_append_sdkmingw32 = " --with-python"
do_install_append_sdkmingw32() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment