Skip to content

Commit

Permalink
smarium: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 26, 2024
1 parent 9be8f09 commit 431269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/samarium/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def configure(self):
if self.options.shared:
self.options.rm_safe("fPIC")
# samarium relies on stb_image_write.h being instantiated in SFML with STB_IMAGE_WRITE_IMPLEMENTATION,
# but it is not build with --whole-archive, so some symbols expected by samarium are not found.
# but it is not built with --whole-archive, so some symbols expected by samarium are not found.
# Adding STB_IMAGE_WRITE_IMPLEMENTATION in samarium would lead to issues on apple-clang and MSVC due to multiple definitions.
self.options["sfml"].shared = False

Expand Down

0 comments on commit 431269b

Please sign in to comment.