Type annotate all the things!
This commit is contained in:
parent
a7da033845
commit
7a324555da
14 changed files with 213 additions and 134 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue