gmake: fix def libs/headers (#49009)
This commit is contained in:
parent
fb9d6427e6
commit
f043455ccc
@ -102,4 +102,8 @@ def setup_dependent_package(self, module, dspec):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def libs(self):
|
def libs(self):
|
||||||
return []
|
return LibraryList([])
|
||||||
|
|
||||||
|
@property
|
||||||
|
def headers(self):
|
||||||
|
return HeaderList([])
|
||||||
|
Loading…
Reference in New Issue
Block a user