Skip to content

Commit

Permalink
onetbb: do not pass duplicate -isysroot on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 16, 2023
1 parent 17fea74 commit c1c634f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/onetbb/2020.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ def generate(self):

# Fixes 'ar: two different operation options specified' due to duplicate -m64 flags
tc.arch_flag = ""
tc.apple_isysroot_flag = ""
tc.apple_arch_flag = ""
tc.apple_min_version_flag = ""

tc.generate()

Expand Down

0 comments on commit c1c634f

Please sign in to comment.