Commit Graph

5 Commits

Author SHA1 Message Date
Michael Forney d4297a13c8 Use -isystem to include library headers
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney 29e6bebb30 libpng: Add support for aarch64 2020-03-01 19:24:52 -08:00
Michael Forney e2e5e98bcd Use a separate preprocessor rule
Otherwise, we end up passing both -c and -E to the compiler.
2019-07-06 01:24:36 -07:00
Michael Forney 3fec229bb7 Remove unnecessary -I include
config-posix.h is being phased out.
2018-04-17 14:27:26 -07:00
Michael Forney ba94a8513d Rewrite ninja generation scripts in Lua 2017-09-25 19:23:06 -07:00