Don't enableShared in GHC when using android prebuilt

This commit is contained in:
Will Fancher 2018-05-07 23:52:34 -04:00
parent 0afb45d574
commit 8012aee0a7
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
, # Whether to build dynamic libs for the standard library (on the target
# platform). Static libs are always built.
enableShared ? true
enableShared ? !targetPlatform.useAndroidPrebuilt
, version ? "8.4.2"
}:

View File

@ -22,7 +22,7 @@
, # Whether to build dynamic libs for the standard library (on the target
# platform). Static libs are always built.
enableShared ? true
enableShared ? !targetPlatform.useAndroidPrebuilt
, version ? "8.5.20180118"
}: