mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix path to windows-gdb
This commit is contained in:
parent
abc4f5a47f
commit
594d697b45
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ if test -n "$PACKAGE_GDB"; then
|
||||||
cd - > /dev/null
|
cd - > /dev/null
|
||||||
|
|
||||||
echo " === Creating debug.bat"
|
echo " === Creating debug.bat"
|
||||||
cp -r ${SRCCACHE}/gdb12_$WARCH $DESTDIR/gdb12
|
cp -r ${SRCCACHE}/gdb12 $DESTDIR/gdb12
|
||||||
cat > $DESTDIR/debug.bat << EOF
|
cat > $DESTDIR/debug.bat << EOF
|
||||||
set PYTHONPATH=%~dp0\gdb12\python3.10
|
set PYTHONPATH=%~dp0\gdb12\python3.10
|
||||||
cd bin
|
cd bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue