Unquote cc and cxx when executing. (#126)

When running cc and cxx to ensure they exist and get their version, do
not quote them as if they were paths but allow them to expand as they
normally would. This allows the compiler to be specified as "ccache
clang" when using ccache or even "clang-11 --driver-mode=g++" when
needing to use a non-default clang++.
1 file changed
tree: 362aabc3a76472e5b2af0971d5e213c58faa298c
  1. external/
  2. fuzzing/
  3. .gitignore
  4. .gitmodules
  5. .travis.yml
  6. LICENSE
  7. README.md
README.md

License: GPL v2 Build Status

FreeType

https://www.freetype.org/

FreeType is a freely available software library to render fonts.

Testing

This repository provides testing utilities for FreeType:

  • Fuzzing: house the fuzz targets for OSS-Fuzz and use Travis CI to run a regression test suite of fuzzed samples that uncovered verified and fixed bugs.