summaryrefslogtreecommitdiff
path: root/CC/prebuilt/read_pkgconfig.py
AgeCommit message (Collapse)Author
2023-08-29python: Add type hints and fix style in rules scriptsPaul Cristian Sarbu
For maximum compatibility, we use the uppercase types from the typing package instead of the built-in types, therefore compliant with PEP 484 and PEP 526.
2023-08-29prebuilt: Use more robust typing importOliver Reiche
2023-05-09rules: prebuilt expr calls pkg-config with --staticOliver Reiche
... for static prebuilt libraries.
2023-01-20Support generating flag-files for prebuilt librariesOliver Reiche