distribution/packages/games/tools/axe11/patches/01-compile-fix.patch

13 lines
262 B
Diff
Raw Normal View History

2022-02-05 14:23:32 +00:00
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-CROSS_PREFIX=arm-linux-gnueabihf-
-CCACHE?=
-CC=$(CCACHE) $(CROSS_PREFIX)gcc
+#CROSS_PREFIX=arm-linux-gnueabihf-
+#CCACHE?=
+#CC=$(CCACHE) $(CROSS_PREFIX)gcc
SDL_CONFIG=$(CROSS_PREFIX)pkg-config sdl2
USE_SDL?=1