Skip to content

Commit

Permalink
clang does not support -rpath-link
Browse files Browse the repository at this point in the history
  • Loading branch information
boussaffawalid committed Aug 10, 2023
1 parent f7c2bf9 commit 8ffe516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ class QtConan(ConanFile):
no_copy_source = True
short_paths = True

@property
def _is_clang(self):
return str(self.settings.compiler) in ["clang", "apple-clang"]

Expand Down

0 comments on commit 8ffe516

Please sign in to comment.