Skip to content

Commit

Permalink
instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 16, 2024
1 parent 3804deb commit 4da3ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libiconv/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def generate(self):
"x86_64": "x86_64-linux-android",
}[self.settings.get_safe("arch")]
api_level = self.settings.os.get_safe("api_level")

print(self.settings_build.os)
build_machine = "{}-x86_64".format({
"Linux": "linux",
"Macos": "darwin",
Expand Down

0 comments on commit 4da3ca7

Please sign in to comment.