wgl: find headers recursive
This commit is contained in:
parent
e035bd176a
commit
39cf85ae26
@ -94,7 +94,9 @@ def _spec_arch_to_sdk_arch(self):
|
|||||||
# As noted above, the headers neccesary to include
|
# As noted above, the headers neccesary to include
|
||||||
@property
|
@property
|
||||||
def headers(self):
|
def headers(self):
|
||||||
return find_headers("GL", root=os.path.join(self.prefix.Include, str(self.version) + ".0"))
|
return find_headers(
|
||||||
|
"GL", root=os.path.join(self.prefix.Include, str(self.version) + ".0"), recursive=True
|
||||||
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def libs(self):
|
def libs(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user