Explorar o código

Update Makefile

raysan5 %!s(int64=5) %!d(string=hai) anos
pai
achega
48f0dfa18e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/Makefile

+ 4 - 0
src/Makefile

@@ -582,6 +582,10 @@ physac.o : physac.c physac.h
 	@echo #include "$(RAYLIB_MODULE_PHYSAC_PATH)/physac.h" > physac.c
 	$(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
+	$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS)
+    
 
 # Install generated and needed files to desired directories.
 # On GNU/Linux and BSDs, there are some standard directories that contain extra