Don't enableShared in GHC when using android prebuilt
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
, # Whether to build dynamic libs for the standard library (on the target
|
, # Whether to build dynamic libs for the standard library (on the target
|
||||||
# platform). Static libs are always built.
|
# platform). Static libs are always built.
|
||||||
enableShared ? true
|
enableShared ? !targetPlatform.useAndroidPrebuilt
|
||||||
|
|
||||||
, version ? "8.4.2"
|
, version ? "8.4.2"
|
||||||
}:
|
}:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
, # Whether to build dynamic libs for the standard library (on the target
|
, # Whether to build dynamic libs for the standard library (on the target
|
||||||
# platform). Static libs are always built.
|
# platform). Static libs are always built.
|
||||||
enableShared ? true
|
enableShared ? !targetPlatform.useAndroidPrebuilt
|
||||||
|
|
||||||
, version ? "8.5.20180118"
|
, version ? "8.5.20180118"
|
||||||
}:
|
}:
|
||||||
|
|||||||
Reference in New Issue
Block a user