ocaml icon indicating copy to clipboard operation
ocaml copied to clipboard

Adding support for native dynlink on x64_haiku

Open Sylvain78 opened this issue 4 years ago • 1 comments

  • Adding support for native dynlink on x64_haiku

  • Adding OS constants for BeOS family.

Sylvain78 avatar Dec 03 '21 21:12 Sylvain78

I realise BeOS is not Unix, but does it actually require a new value for Sys.os_type?

dra27 avatar Feb 02 '22 13:02 dra27

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".

Sylvain78 avatar Apr 26 '23 10:04 Sylvain78