diff options
| author | raysan5 <[email protected]> | 2021-07-09 18:50:21 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-09 18:50:21 +0200 |
| commit | 3110f3aac0bd989bb3e4f8a77a193a20368750ee (patch) | |
| tree | 984838fd069e5d50b7360eb3d5208a90abfbd3e4 /src/Makefile.Android | |
| parent | f8b8ada6e16decb200f78a315606d42302d841fc (diff) | |
| download | raylib-game-template-3110f3aac0bd989bb3e4f8a77a193a20368750ee.tar.gz raylib-game-template-3110f3aac0bd989bb3e4f8a77a193a20368750ee.zip | |
REVIEWED: Web compilation
Diffstat (limited to 'src/Makefile.Android')
| -rw-r--r-- | src/Makefile.Android | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.Android b/src/Makefile.Android index 2e8eeeb..d5bc2be 100644 --- a/src/Makefile.Android +++ b/src/Makefile.Android @@ -23,7 +23,7 @@ # Define required raylib variables PLATFORM ?= PLATFORM_ANDROID -RAYLIB_PATH ?= ..\.. +RAYLIB_PATH ?= C:\GitHub\raylib # Define Android architecture (armeabi-v7a, arm64-v8a, x86, x86-64) and API version # Starting in 2019 using ARM64 is mandatory for published apps, |
