commit | 7a6287ce435614d15ecc5948d25d75a327d5d1d4 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Mar 21 16:16:18 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Mar 21 16:17:23 2019 -0700 |
tree | 532a76faa5903e3e7076fbe349117c5b91b6094c | |
parent | f1aa51cedf4618d084ef9edd613d5f886fc8b73c [diff] |
Makefile: Fix bad system header flag gcc does not guarantee support for -isystem=<directory> syntax. It typically expects the flag to be in the form of 2 arguments `-isystem <directory>`. Update this so it works with all versions of gcc. Change-Id: I324446b414bc327961641c39dd36a3131c3bc5e1 Signed-off-by: William A. Kennington III <wak@google.com>