mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 20:02:37 +00:00
Support building on OpenBSD, x86-64 (#207)
* Support building on OpenBSD, x86-64 * Clean up OpenBSD Makefile * Add OpenBSD to cmake build * Use clang as CC for OpenBSD Co-authored-by: Alex Segura <alex@lispm.dev>
This commit is contained in:
@@ -263,7 +263,7 @@ typedef signed char s_char;
|
||||
/********************************************************/
|
||||
/* */
|
||||
/********************************************************/
|
||||
#if defined(MACOSX) || defined(FREEBSD)
|
||||
#if defined(MACOSX) || defined(FREEBSD) || defined(OPENBSD)
|
||||
/* MacOS X, FreeBSD - mostly POSIX-compliant Unix */
|
||||
typedef signed char s_char;
|
||||
#endif /* MACOSX || FREEBSD */
|
||||
|
||||
Reference in New Issue
Block a user