summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-24 13:05:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-24 13:05:24 -0400
commit0eee7a2eb5f3459dbfc9c5b32757e5c866092e6b (patch)
tree2cb2ed274cfc2f5d8b491fb76f9b8d4ea0488d62 /git-annex.cabal
parenta6ed08a839f93ddc9d486cf7ca837aea6576f540 (diff)
Revert "try to avoid TerminateProcess link error on windows"
This reverts commit d6d0b1fe20397bf073f11d579f5c0c38785e071a. Neither way is working.. The other way failed: .stack-work\dist\5f9bc736\build\git-annex\git-annex-tmp\Assistant.o:fake:(.text+0x6bb3): undefined reference to `terminatepid' Seems that winprocess.c is not getting linked in.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 780d66a1e..4115b5ba6 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1062,8 +1062,6 @@ Executable git-annex
Utility.LockFile.Windows
Utility.LockPool.Windows
Utility.WinProcess
- C-Sources: Utility/winprocess.c
- Includes: Utility/winprocess.h
else
Other-Modules:
Utility.LockFile.Posix