Skip to content

Commit

Permalink
Remove -Wl,--as-needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahajha committed Apr 25, 2024
1 parent dae93a1 commit 1a4ea53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/sdl_image/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ def generate(self):
tc.variables["SDL2IMAGE_XV"] = self.options.xv
tc.variables["SDL2IMAGE_BACKEND_WIC"] = self.options.get_safe("wic")
tc.variables["SDL2IMAGE_BACKEND_IMAGEIO"] = self.options.get_safe("imageio")
if not is_apple_os(self):
tc.variables["CMAKE_SHARED_LINKER_FLAGS_INIT"] = '-Wl,--as-needed'
tc.generate()
cd = CMakeDeps(self)
cd.generate()
Expand Down

0 comments on commit 1a4ea53

Please sign in to comment.