ocaml
ocaml copied to clipboard
Adding support for native dynlink on x64_haiku
-
Adding support for native dynlink on x64_haiku
-
Adding OS constants for BeOS family.
I realise BeOS is not Unix, but does it actually require a new value for Sys.os_type?
I realise BeOS is not Unix, but does it actually require a new value for
Sys.os_type?
Not sure, but i need a mean to know it : for example the execve implementation of haiku/beos is not posix compliant, so i need to get access to the os type in dune to stick haiku on the win32 side for the 'dune exec' command. If not available in os_type, i will have to use open_process_in and launch "uname -o".