Skip to content

Commit

Permalink
Fix fpic management on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Sep 16, 2024
1 parent dec6166 commit 0f35628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/vulkan-validationlayers/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def config_options(self):
del self.options.with_wsi_xcb
del self.options.with_wsi_xlib
del self.options.with_wsi_wayland
elif self.settings.os == "Windows":
if self.settings.os == "Windows":
del self.options.fPIC

def layout(self):
Expand Down

0 comments on commit 0f35628

Please sign in to comment.