diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-12 14:54:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-12 17:22:34 -0400 |
commit | d03bfb7355d11e271664d4dea51449f8f5059780 (patch) | |
tree | 638b735821c6074f31e8556f71d7f6b1f04eb1dd /Utility/Batch.hs | |
parent | f869020577d759313494828d1973adcf2916b392 (diff) |
build assistant and watcher on windows (doesn't work yet)
Diffstat (limited to 'Utility/Batch.hs')
-rw-r--r-- | Utility/Batch.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utility/Batch.hs b/Utility/Batch.hs index 011d30c94..035a2eb04 100644 --- a/Utility/Batch.hs +++ b/Utility/Batch.hs @@ -10,7 +10,9 @@ module Utility.Batch where import Common +#ifndef mingw32_HOST_OS import qualified Build.SysConfig +#endif #if defined(linux_HOST_OS) || defined(__ANDROID__) import Control.Concurrent.Async |