diff options
| author | raysan5 <[email protected]> | 2020-08-19 16:30:33 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-08-19 16:30:33 +0200 |
| commit | 44dd1fc7f5a589990c8cdeed1032c1fe1c31b1e2 (patch) | |
| tree | 5806942f065bfde36443aa3ffca558ccb597a1d2 /src/Makefile | |
| parent | 48f0dfa18e7c82e9baef327dfc4262e0427926e8 (diff) | |
| download | raylib-44dd1fc7f5a589990c8cdeed1032c1fe1c31b1e2.tar.gz raylib-44dd1fc7f5a589990c8cdeed1032c1fe1c31b1e2.zip | |
Trying to configure android_native_app_glue target compilation
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 9c32417a..85498f3e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -464,7 +464,7 @@ ifeq ($(RAYLIB_MODULE_PHYSAC),TRUE) endif ifeq ($(PLATFORM),PLATFORM_ANDROID) - OBJS += $(NATIVE_APP_GLUE)/android_native_app_glue.o + OBJS += android_native_app_glue.o endif # Default target entry @@ -583,7 +583,7 @@ physac.o : physac.c physac.h $(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -DPHYSAC_IMPLEMENTATION # Compile android_native_app_glue module -$(NATIVE_APP_GLUE)/android_native_app_glue.o : android_native_app_glue.c +android_native_app_glue.o : $(NATIVE_APP_GLUE)/android_native_app_glue.c $(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) |
