Skip to content

Commit

Permalink
container-build: fix gdb py test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 5, 2019
1 parent 67e6489 commit 9207fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/container-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ download_gcc_combo
if [ "${TARGET_PLATFORM}" == "win32" ]
then
# The Windows GDB needs some headers from the Python distribution.
if [ "${WITH_GDB_PY3}" == "y" ]
if [ "${WITH_GDB_PY}" == "y" ]
then
download_python_win
fi
Expand Down

0 comments on commit 9207fb7

Please sign in to comment.