README.android: typo

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1254 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-04-21 16:50:38 +00:00
parent 77d621e304
commit 5c09863775

View File

@ -71,7 +71,7 @@ Compile FreeGLUT for a traditional cross-compiler environment
make -j4 make -j4
make install make install
# Only static for now: # Only static for now:
rm -f /usr/src/ndk-standalone-9/sysroot/usr/lib/libfreeglut-gles1.so* rm -f /usr/src/ndk-standalone-9/sysroot/usr/lib/libfreeglut-gles?.so*
- Compile your own project. - Compile your own project.