Age | Commit message (Collapse) | Author |
|
Remove obsolete mono patch for pthread_mutexattr_setprotocol
|
|
This has already been fixed in Mono both master and 2019-06 (no other branch other than the skipped 2019-04 branch uses pthread_mutexattr_setprotocol).
|
|
|
|
|
|
Include paths are processed from left to right, so we use Prepend to
ensure that paths to bundled thirdparty files will have precedence over
system paths (e.g. `/usr/include` should have lowest priority).
|
|
This way we avoid possible conflicts with other modules. Specially with include paths.
|
|
All build scripts, other than config.py and SCSub, are now located in the build_scripts subdirectory.
|