Patch posh to support freebsd.
This commit is contained in:
parent
f744e700ae
commit
2f0fe5149f
5
extern/poshlib/posh.h
vendored
5
extern/poshlib/posh.h
vendored
@ -293,6 +293,11 @@ Metrowerks:
|
||||
# define POSH_OS_STRING "Linux"
|
||||
#endif
|
||||
|
||||
#if defined __FreeBSD__
|
||||
# define POSH_OS_FREEBSD 1
|
||||
# define POSH_OS_STRING "FreeBSD"
|
||||
#endif
|
||||
|
||||
#if defined __CYGWIN32__
|
||||
# define POSH_OS_CYGWIN32 1
|
||||
# define POSH_OS_STRING "Cygwin"
|
||||
|
Loading…
Reference in New Issue
Block a user