haskell / process

Library for dealing with system processes
http://hackage.haskell.org/package/process
Other
87 stars 82 forks source link

fix cross-compiling configure issue #244

Closed kgardas closed 2 years ago

kgardas commented 2 years ago

Hello, quite recent addition for testing posix_spawn by running actual code broke cross-compiling capability. Simple hack fixes that by assuming posix_spawn is working fine in this case. E.g. see #232

snoyberg commented 2 years ago

@bgamari would you mind reviewing this?

bgamari commented 2 years ago

Indeed this seems quite reasonable to me. Thanks @kgardas!