WIP: make packages.py work moar
This commit is contained in:
parent
3a9deb2340
commit
bc8904c1f1
3 changed files with 21 additions and 17 deletions
|
@ -172,7 +172,7 @@ SRCEXT='.src.tar.gz'
|
|||
#PACMAN_AUTH=()
|
||||
'''
|
||||
if cross:
|
||||
chroot = chroot.lstrip('/')
|
||||
chroot = chroot.strip('/')
|
||||
includes = f'-I/usr/{hostspec}/usr/include -I/{chroot}/usr/include'
|
||||
libs = f'-L/usr/{hostspec}/lib -L/{chroot}/usr/lib'
|
||||
conf += f'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue