mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Build Android prefab in releaser.py script
[ci skip]
This commit is contained in:
committed by
Anonymous Maarten
parent
1f89c407e0
commit
45081db9d4
@@ -377,9 +377,9 @@ Memory debugging
|
||||
The best (and slowest) way to debug memory issues on Android is valgrind.
|
||||
Valgrind has support for Android out of the box, just grab code using:
|
||||
|
||||
svn co svn://svn.valgrind.org/valgrind/trunk valgrind
|
||||
git clone https://sourceware.org/git/valgrind.git
|
||||
|
||||
... and follow the instructions in the file README.android to build it.
|
||||
... and follow the instructions in the file `README.android` to build it.
|
||||
|
||||
One thing I needed to do on macOS was change the path to the toolchain,
|
||||
and add ranlib to the environment variables:
|
||||
|
||||
Reference in New Issue
Block a user