File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 217
217
# lld -r --whole-archive ... will _not_ drop lazy symbols. However the
218
218
# --whole-archive flag needs to come _before_ the objects, it's applied in
219
219
# sequence. The proper fix is thusly to add --while-archive to Cabal.
220
- ( enableFeature ( enableLibraryForGhci && ! stdenv . hostPlatform . isGhcjs && ! stdenv . hostPlatform . isAndroid ) "library-for-ghci" )
220
+ ( enableFeature ( enableLibraryForGhci && ! stdenv . hostPlatform . isGhcjs && ! stdenv . hostPlatform . isWasm && ! stdenv . hostPlatform . isAndroid ) "library-for-ghci" )
221
221
] ++ lib . optionals ( stdenv . hostPlatform . isMusl && ( haskellLib . isExecutableType componentId ) ) [
222
222
# These flags will make sure the resulting executable is statically linked.
223
223
# If it uses other libraries it may be necessary for to add more
You can’t perform that action at this time.
0 commit comments