Idris2/libs/network
Edwin Brady 4726c32d94 Add --ignore-missing-ipkg flag
When bootstrapping, we're building things without packages being
available, so we can't expect to find them when looking for
dependencies. So, we find them another way, with an environment
variable. This flag is to tell Idris not to worry about missing
dependencies in this situation.

We also need to update the bootstrapping code, to deal with the new
version number format and new flag in the ipkg files for the libraries.
I think it's still safe to build from the previous version though - lets
see if CI agrees!
2021-02-27 19:39:47 +00:00
..
Control/Linear Consolidate boolean expressions 2020-07-12 21:00:33 -05:00
Network network: Retrieve AF_* magic constants from C support code. 2020-10-01 12:05:42 +01:00
.gitignore Update .gitignore files 2020-05-19 17:49:21 +06:00
Makefile Move network support to libidris2_support 2020-05-23 15:52:33 +01:00
network.ipkg Add --ignore-missing-ipkg flag 2021-02-27 19:39:47 +00:00