diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-pkg/CRT_noglob.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/ghc-pkg/CRT_noglob.c b/utils/ghc-pkg/CRT_noglob.c new file mode 100644 index 0000000000..b4c670bdfa --- /dev/null +++ b/utils/ghc-pkg/CRT_noglob.c @@ -0,0 +1,4 @@ +// Turns off globbing for MingW, this is the same as that +// CRT_noglob.o, but avoids having to locate CRT_nogob.o in the +// filesystem. +unsigned long _CRT_glob = 0; |