freeglut: set correct library name (#39300)

This commit is contained in:
Melven Roehrig-Zoellner 2023-08-08 01:08:08 +02:00 committed by GitHub
parent 235802013d
commit dd396c4a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,3 +71,7 @@ def cmake_args(self):
]
return args
@property
def libs(self):
return find_libraries(["libglut"], root=self.prefix, recursive=True)