raylib/templates/simple_game
Davidson Francis 3d22709808
Fixes Android builds on Linux environments (#1530)
* simple_game: Configure Make and makefile for Linux environments

* simple_game: Fix build issues on Android plaform with Linux HOST

The Makefile.Android.linux file was out of date with the rest of the
project, so this commit updates the paths, as well as leaving some as
optional, if it is already configured as an environment variable.

In addition, it corrects the build error related to static raylib:
the makefile was trying to generate libmain.so using the path of the
NDK libraries, instead of using those of the Android system, which
resulted in crashes in the generated apk.
2021-01-13 23:07:34 +01:00
..
Makefile Fixes Android builds on Linux environments (#1530) 2021-01-13 23:07:34 +01:00
Makefile.Android Update year to 2021 2021-01-02 18:15:13 +01:00
Makefile.Android.linux Fixes Android builds on Linux environments (#1530) 2021-01-13 23:07:34 +01:00
Makefile.Android.macos Create makefile for building android app on osx (#1070) 2020-01-16 16:41:49 +01:00
simple_game.c Update year to 2021 2021-01-02 18:15:13 +01:00