mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
vitetris: terminal-based Tetris clone
This commit is contained in:
10
vitetris/patches/001-systest.patch
Normal file
10
vitetris/patches/001-systest.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
diff --git a/systest.mk b/systest.mk
|
||||
index 43df066..4affb36 100644
|
||||
--- a/systest.mk
|
||||
+++ b/systest.mk
|
||||
@@ -1,4 +1,4 @@
|
||||
systest: systest.c
|
||||
- $(CC) -o systest $(CFLAGS) $(CPPFLAGS) systest.c
|
||||
+ $(HOSTCC) -o systest $(HOST_CFLAGS) $(HOST_CPPFLAGS) systest.c
|
||||
clean:
|
||||
rm -f systest systest.exe
|
||||
Reference in New Issue
Block a user