aboutsummaryrefslogtreecommitdiff
path: root/dev/build/windows/patches_coq/flexdll-0.34.patch
diff options
context:
space:
mode:
authorMaxime Dénès2016-11-10 12:25:24 +0100
committerMaxime Dénès2016-11-10 12:37:02 +0100
commit3e19c53bffa95c6c6f4fd5006d54668f36694dd2 (patch)
tree0e6c8a96be83590938602b43c56a7d72a324bae7 /dev/build/windows/patches_coq/flexdll-0.34.patch
parent76ed02a6b2e282bf394e083a97047678fe807ad3 (diff)
Add Michael Soegtrop's new script to build windows installer.
Diffstat (limited to 'dev/build/windows/patches_coq/flexdll-0.34.patch')
-rw-r--r--dev/build/windows/patches_coq/flexdll-0.34.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev/build/windows/patches_coq/flexdll-0.34.patch b/dev/build/windows/patches_coq/flexdll-0.34.patch
new file mode 100644
index 0000000000..16389baca3
--- /dev/null
+++ b/dev/build/windows/patches_coq/flexdll-0.34.patch
@@ -0,0 +1,14 @@
+reloc.ml
+--- orig.flexdll-0.34/reloc.ml 2015-01-22 17:30:07.000000000 +0100
++++ flexdll-0.34/reloc.ml 2016-10-12 11:59:16.885829700 +0200
+@@ -117,8 +117,8 @@
+
+ let new_cmdline () =
+ let rf = match !toolchain with
+- | `MSVC | `MSVC64 | `LIGHTLD -> true
+- | `MINGW | `MINGW64 | `GNAT | `CYGWIN | `CYGWIN64 -> false
++ | `MSVC | `MSVC64 | `LIGHTLD | `MINGW | `MINGW64 -> true
++ | `GNAT | `CYGWIN | `CYGWIN64 -> false
+ in
+ {
+ may_use_response_file = rf;