Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | SCons: Pass env to modules can_build method | RĂ©mi Verschelde | |
This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not. | |||
2018-04-03 | Generalize SSL cert reading from file | Fabio Alessandrelli | |
2018-02-28 | Use Prepend instead of Append for mbedTLS include | Fabio Alessandrelli | |
Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed | |||
2018-02-14 | Allow building with system wide mbedtls on X11 | Fabio Alessandrelli | |
Using builtin_mbedtls=yes is still the default as many distributions do not ship with mbedtls included. | |||
2018-02-14 | Add mbedtls module | Fabio Alessandrelli | |