Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: Don't build config tests with -o /dev/null | Tavian Barnes | 2024-04-19 | 1 | -2/+8 |
| | | | | | | | | | macOS doesn't like it, complaining that error: cannot parse the debug map for '/dev/null': The file was not recognized as a valid object file clang: error: dsymutil command failed with exit code 1 (use -v to see invocation) Use a temporary file instead. | ||||
* | build: Make the config scripts POSIX-compliant | Tavian Barnes | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | build: Refactor configuration | Tavian Barnes | 2024-04-16 | 1 | -1/+1 |
| | | | | | | We now use a recursive make invocation to do the work of `make config`. The new implementation is also compatible with GNU make 3.81 found on macOS. | ||||
* | build: Run pkg-config with all packages at once | Tavian Barnes | 2024-04-10 | 1 | -7/+1 |
| | |||||
* | config/cc.sh: Pass all the flags when running the compiler | Tavian Barnes | 2024-04-10 | 1 | -4/+8 |
| | |||||
* | build: Add a separate configuration step | Tavian Barnes | 2024-04-09 | 1 | -0/+12 |