mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
4 lines
264 B
Plaintext
4 lines
264 B
Plaintext
inside jni folder add symbolic link to src ( from the parent parent folder, the engine src folder, not the folder with the java file )
|
|
then
|
|
inside src/helper/android/sdl-1.3/include/ add a symbolic link to the same folder in a subfolder called SDL ( ln -s . SDL )
|