Fix path to windows-gdb

This commit is contained in:
Robin Gareus 2024-01-29 04:56:22 +01:00
parent abc4f5a47f
commit 594d697b45
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ if test -n "$PACKAGE_GDB"; then
cd - > /dev/null
echo " === Creating debug.bat"
cp -r ${SRCCACHE}/gdb12_$WARCH $DESTDIR/gdb12
cp -r ${SRCCACHE}/gdb12 $DESTDIR/gdb12
cat > $DESTDIR/debug.bat << EOF
set PYTHONPATH=%~dp0\gdb12\python3.10
cd bin