jam: Use posix_spawn on Haiku.

This commit is contained in:
Augustin Cavalier 2020-05-30 00:01:23 -04:00
parent 2ebb811a77
commit c473a032a0

View File

@ -50,7 +50,7 @@
# include <process.h>
# endif
# ifdef __linux__
# if defined(__linux__) || defined(__HAIKU__)
# define USE_POSIX_SPAWN
# endif