diff options
author | Simon Marlow <simonmar@microsoft.com> | 2008-04-14 17:32:25 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2008-04-14 17:32:25 +0000 |
commit | b3bcf51f7226678234b3c07de95ab44a75cc4820 (patch) | |
tree | 3de10952604841a5e44ec2a8bdd6446021e05f2f /libffi/ln | |
parent | 31478ab93794cd2e0e2a389d76caf43a65c8c3aa (diff) | |
download | haskell-b3bcf51f7226678234b3c07de95ab44a75cc4820.tar.gz |
FIX BUILD (Windows): Copy the ln trick used by the GMP build
Diffstat (limited to 'libffi/ln')
-rw-r--r-- | libffi/ln | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libffi/ln b/libffi/ln new file mode 100644 index 0000000000..a3a297ccdb --- /dev/null +++ b/libffi/ln @@ -0,0 +1,3 @@ +#!/bin/sh +exit 1 + |