summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.Android
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-07-09 18:50:21 +0200
committerraysan5 <[email protected]>2021-07-09 18:50:21 +0200
commit3110f3aac0bd989bb3e4f8a77a193a20368750ee (patch)
tree984838fd069e5d50b7360eb3d5208a90abfbd3e4 /src/Makefile.Android
parentf8b8ada6e16decb200f78a315606d42302d841fc (diff)
downloadraylib-game-template-3110f3aac0bd989bb3e4f8a77a193a20368750ee.tar.gz
raylib-game-template-3110f3aac0bd989bb3e4f8a77a193a20368750ee.zip
REVIEWED: Web compilation
Diffstat (limited to 'src/Makefile.Android')
-rw-r--r--src/Makefile.Android2
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,