Closed develop7 closed 3 weeks ago
The h-o-sdk package depends on unix, preventing it to build on Windows, while, at first glance, only unix-specific functions it seems to use are getProcessID (present in unix-compat-0.7.1) and getEffectiveUserName (a no-op on Windows?).
h-o-sdk
unix
getProcessID
unix-compat-0.7.1
getEffectiveUserName
Now that the #114 is merged, and until the Windows CI is ready and proves this otherwise (or anyone else would), I deem this issue resolved.
The
h-o-sdk
package depends onunix
, preventing it to build on Windows, while, at first glance, onlyunix
-specific functions it seems to use aregetProcessID
(present inunix-compat-0.7.1
) andgetEffectiveUserName
(a no-op on Windows?).