summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2018-03-11 17:13:25 +0800
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-23 10:27:41 -0400
commita4d5dbd45dfe35ca93b32daedba1c25167701cb0 (patch)
treec9f9dc66604c431e438511eac449d5666fc567c2 /pkgs/development/python-modules/GitPython
parent38fbdcc7267d84aa224a8711038caa2b8ef8a418 (diff)
haskell generic builder: Disable static libs on Windows because no -staticlib
The reason why this does not work is not that we can't built static objects, we can, but we can't use `-staticlib` on GHC on windows. `-staticlib` rolls all dependencies into a combined archive. While this would work on windows if we used gnu ar and MRI script, GHC can't rely on GNU ar, and as such has a quick archive concatenation module for GNU and BSD archives only.
Diffstat (limited to 'pkgs/development/python-modules/GitPython')
0 files changed, 0 insertions, 0 deletions