mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
f4d0eb636e
* Unmangled libz.so and libbz2.so * Use stack_snapshot instead of Hazel * Remove Hazel * Define stack_snapshot * Update rules_haskell * Document stack_snapshot * Clean stack's lock file from aborted builds
16 lines
463 B
Diff
16 lines
463 B
Diff
language-c fails to pass mingw’s intrinsic-impl.h header if we do not unset
|
||
this option.
|
||
diff --git a/grpc-haskell-core.cabal b/grpc-haskell-core.cabal
|
||
index 5343b3b..7565c8c 100644
|
||
--- a/grpc-haskell-core.cabal
|
||
+++ b/grpc-haskell-core.cabal
|
||
@@ -76,6 +76,8 @@ library
|
||
if flag(debug)
|
||
CPP-Options: -DDEBUG
|
||
CC-Options: -DGRPC_HASKELL_DEBUG -std=c99
|
||
+ if os(windows)
|
||
+ CPP-Options: -U__GCC_ASM_FLAG_OUTPUTS__
|
||
|
||
test-suite tests
|
||
build-depends:
|