mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 20:08:14 +00:00
Trying to configure android_native_app_glue target compilation
This commit is contained in:
@@ -464,7 +464,7 @@ ifeq ($(RAYLIB_MODULE_PHYSAC),TRUE)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PLATFORM),PLATFORM_ANDROID)
|
ifeq ($(PLATFORM),PLATFORM_ANDROID)
|
||||||
OBJS += $(NATIVE_APP_GLUE)/android_native_app_glue.o
|
OBJS += android_native_app_glue.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Default target entry
|
# Default target entry
|
||||||
@@ -583,7 +583,7 @@ physac.o : physac.c physac.h
|
|||||||
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -DPHYSAC_IMPLEMENTATION
|
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -DPHYSAC_IMPLEMENTATION
|
||||||
|
|
||||||
# Compile android_native_app_glue module
|
# 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)
|
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user