From 3110f3aac0bd989bb3e4f8a77a193a20368750ee Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 9 Jul 2021 18:50:21 +0200 Subject: REVIEWED: Web compilation --- src/Makefile.Android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.Android') 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, -- cgit v1.2.3