1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-08 01:35:05 +03:00
openwrt-packages/vitetris/patches/001-systest.patch

11 lines
289 B
Diff
Raw Normal View History

2011-06-19 16:26:00 +03:00
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