We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35187a3 commit 59fbd9eCopy full SHA for 59fbd9e
rts/rts.cabal
@@ -287,7 +287,7 @@ flag static-libzstd
287
manual: True
288
flag leading-underscore
289
default: False
290
- manual: False
+ manual: True
291
flag unregisterised
292
293
@@ -352,8 +352,8 @@ library
352
DerivedConstants.h
353
stg/MachRegsForHost.h
354
355
- if !flag(leading-underscore)
356
- if os(darwin)
+ if os(darwin)
+ if !flag(leading-underscore)
357
buildable: False
358
359
if arch(javascript)
0 commit comments