ghc: build shared on android
We run into issues otherwise
This commit is contained in:
parent
d9155904b3
commit
2c2169c881
@ -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 ? !targetPlatform.isWindows && !targetPlatform.useAndroidPrebuilt && !targetPlatform.useiOSPrebuilt
|
enableShared ? !targetPlatform.isWindows && !targetPlatform.useiOSPrebuilt
|
||||||
|
|
||||||
, # Whetherto build terminfo.
|
, # Whetherto build terminfo.
|
||||||
enableTerminfo ? !targetPlatform.isWindows
|
enableTerminfo ? !targetPlatform.isWindows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user