Skip to content

Commit

Permalink
asn1c: skip printing of PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 23, 2023
1 parent 64d59c4 commit 6200dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/asn1c/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,5 @@ def package_info(self):

# TODO: to remove in conan v2
bin_path = os.path.join(self.package_folder, "bin")
self.output.info(f"Appending PATH environment variable: {bin_path}")
self.env_info.PATH.append(bin_path)
self.env_info.SUPPORT_PATH = support_path

0 comments on commit 6200dee

Please sign in to comment.