Skip to content

Commit

Permalink
polyscope: Windows shared build is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 6, 2024
1 parent 0cd9f5e commit 0b4025d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/polyscope/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ def export_sources(self):
def config_options(self):
if self.settings.os == "Windows":
del self.options.fPIC
# The project does not export the necessary symbols for a shared build
self.package_type = "static-library"
del self.options.shared
if self.settings.os != "Linux":
del self.options.backend_egl

Expand Down

0 comments on commit 0b4025d

Please sign in to comment.