mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2025-06-28 09:26:56 +00:00
Merge branch 'master' into add-mbed
This commit is contained in:
commit
da7199f03a
5 changed files with 97 additions and 26 deletions
2
configure
vendored
2
configure
vendored
|
@ -37,7 +37,7 @@ case "$(uname)" in
|
|||
# These systems typically use GCC.
|
||||
SCRIPT_ARGS="${SCRIPT_ARGS} --cc=gcc"
|
||||
;;
|
||||
OpenBSD|FreeBSD)
|
||||
OpenBSD|FreeBSD|Darwin)
|
||||
# These systems typically use Clang.
|
||||
SCRIPT_ARGS="${SCRIPT_ARGS} --cc=clang"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue