Skip to content

Commit

Permalink
(#4461) [boost] update usage of tools.apple_deployment_target_flag
Browse files Browse the repository at this point in the history
* - [boost] update usage of tools.apple_deployment_target_flag

Signed-off-by: SSE4 <[email protected]>

* boost: Update Conan conventions

Automatically created by bincrafters-conventions 0.30.2

Co-authored-by: bincrafters-user <[email protected]>
  • Loading branch information
SSE4 and bincrafters-user authored Feb 10, 2021
1 parent fd60097 commit 4cfe106
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/boost/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,10 @@ def add_defines(library):
if tools.is_apple_os(self.settings.os):
if self.settings.get_safe("os.version"):
cxx_flags.append(tools.apple_deployment_target_flag(self.settings.os,
self.settings.os.version))
self.settings.get_safe("os.version"),
self.settings.get_safe("os.sdk"),
self.settings.get_safe("os.subsystem"),
self.settings.get_safe("arch")))

if self.settings.os == "iOS":
if self.options.multithreading:
Expand Down

0 comments on commit 4cfe106

Please sign in to comment.