Files
renpy/debug.sh
T
Tom Rothamel bb23ce3aaf Add pygame_sdl2 install_headers to README.
Fixes #876, more or less.
2016-04-03 13:30:45 -04:00

11 lines
187 B
Bash
Executable File

#!/bin/bash
# This builds out of date modules using the default C compiler, and then
# runs them.
ROOT="$(dirname $(realpath $0))"
export RENPY_GDB="gdb --args"
. "$ROOT/run.sh" "$@"