mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-19 00:27:59 +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:
@@ -20,6 +20,7 @@ case "$os" in
|
||||
x86_64-apple-darwin15*) echo 386 ;;
|
||||
x86_64-*) echo x86_64 ;;
|
||||
powerpc-*) echo ppc ;;
|
||||
amd64-*) echo x86_64 ;;
|
||||
esac
|
||||
|
||||
### Don't leave the variables set.
|
||||
|
||||
Reference in New Issue
Block a user