Commit ca280b53 authored by Josh Gao's avatar Josh Gao
Browse files

ndk-gdb.cmd: point to the right place.

ndk-gdb is not ndk-gdb.py.

Bug: https://github.com/android-ndk/ndk/issues/46
Change-Id: I0d2ce002f2526b0ce80e55540e45903dbb77c147
parent 362ecc9c
......@@ -2,5 +2,5 @@
setlocal
set PREBUILT_BIN=%~dp0
set SHELL=cmd
"%PREBUILT_BIN%/python.exe" -u "%~dp0ndk-gdb" %*
"%PREBUILT_BIN%/python.exe" -u "%~dp0ndk-gdb.py" %*
endlocal
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment