freeglut: set correct library name (#39300)
This commit is contained in:
parent
235802013d
commit
dd396c4a76
@ -71,3 +71,7 @@ def cmake_args(self):
|
|||||||
]
|
]
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
|
||||||
|
@property
|
||||||
|
def libs(self):
|
||||||
|
return find_libraries(["libglut"], root=self.prefix, recursive=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user