summaryrefslogtreecommitdiffstats
path: root/src/glfw2-1-no-build-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/glfw2-1-no-build-test.patch')
-rw-r--r--src/glfw2-1-no-build-test.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/glfw2-1-no-build-test.patch b/src/glfw2-1-no-build-test.patch
new file mode 100644
index 0000000..3f26022
--- /dev/null
+++ b/src/glfw2-1-no-build-test.patch
@@ -0,0 +1,25 @@
+This file is part of MXE.
+See index.html for further information.
+
+Do not waste time building examples and tests. We use our test
+
+--- a/Makefile
++++ b/Makefile
+@@ -128,13 +128,13 @@
+
+ cross-mgw:
+ cd lib/win32 && $(MAKE) -f Makefile.win32.cross-mgw
+- cd examples && $(MAKE) -f Makefile.win32.cross-mgw
+- cd tests && $(MAKE) -f Makefile.win32.cross-mgw
++ #cd examples && $(MAKE) -f Makefile.win32.cross-mgw
++ #cd tests && $(MAKE) -f Makefile.win32.cross-mgw
+
+ cross-mgw-clean:
+ cd lib/win32 && $(MAKE) -f Makefile.win32.cross-mgw clean
+- cd examples && $(MAKE) -f Makefile.win32.cross-mgw clean
+- cd tests && $(MAKE) -f Makefile.win32.cross-mgw clean
++ #cd examples && $(MAKE) -f Makefile.win32.cross-mgw clean
++ #cd tests && $(MAKE) -f Makefile.win32.cross-mgw clean
+
+
+ ###########################################################################