Use architecture for debugger
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
ARCH=$(uname -i|sed -e 's/aarch64/arm64/g')
|
||||
|
||||
cd godot
|
||||
gdb --args ../src/godot/bin/godot.x11.opt.tools.64 --verbose -e $*
|
||||
gdb --args ../src/godot/bin/godot.x11.opt.tools.${ARCH} --verbose -e $*
|
||||
|
||||
Reference in New Issue
Block a user