Install a symlink
/usr/lib/include ==> /usr/include This fixes -print-file-name=include in clang (and is arguably a better way to fix the same issue in GCC than the change I made in r231336). MFC after: 1 week
This commit is contained in:
parent
1268d4813e
commit
7c83e4431a
@ -252,4 +252,7 @@ _libusbhid= libusbhid
|
||||
_libusb= libusb
|
||||
.endif
|
||||
|
||||
afterinstall:
|
||||
ln -fs ../include ${DESTDIR}/usr/lib/include
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user