1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-05 05:54:33 +03:00
openwrt-packages/vitetris/patches/001-systest.patch
2011-06-19 17:26:00 +04:00

11 lines
289 B
Diff

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