mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Use 15.0.6 on windows. Exclude 14 on linux. Update docker build.
This commit is contained in:
committed by
Christoffer Lerno
parent
da65de2d01
commit
aded1cb736
@@ -116,7 +116,8 @@ more tests as you go along.
|
||||
### Don't bring in dependencies
|
||||
|
||||
External libraries has maintainability issues. Try to depend on as few libraries
|
||||
as possible. Currently c3c only depends on LLVM and libc.
|
||||
as possible. Currently, c3c only depends on LLVM and libc with an optional
|
||||
dependency on libcurl.
|
||||
|
||||
Do use rewrites of subsets of other libraries to bring in functionality, but avoid
|
||||
copying in libraries that needs to be updated separately.
|
||||
|
||||
Reference in New Issue
Block a user