Type annotate all the things!

This commit is contained in:
InsanePrawn 2022-02-18 06:32:04 +01:00
parent a7da033845
commit 7a324555da
14 changed files with 213 additions and 134 deletions

View file

@ -172,6 +172,7 @@ SRCEXT='.src.tar.gz'
#PACMAN_AUTH=()
'''
if cross:
assert chroot
chroot = chroot.strip('/')
includes = f'-I/usr/{hostspec}/usr/include -I/{chroot}/usr/include'
libs = f'-L/usr/{hostspec}/lib -L/{chroot}/usr/lib'