Skip to content

Commit

Permalink
(#11654) Update djinni-generator to 1.3.2
Browse files Browse the repository at this point in the history
* Update djinni-generator to 1.3.2

* Empty includedirs, since that raises an linter error
  • Loading branch information
a4z authored Jul 18, 2022
1 parent b25cd44 commit b5fa30f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/djinni-generator/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ sources:
"1.3.1":
url: https://github.com/cross-language-cpp/djinni-generator/releases/download/v1.3.1/djinni
sha256: "bfba34fcb83cd42e41657b4951615b823677e3de7674e66d2b26e436e202dd5a"
"1.3.2":
url: https://github.com/cross-language-cpp/djinni-generator/releases/download/v1.3.2/djinni
sha256: "8e618aeb8e9138e7fefaca804263317846799fee59d9465a4eee6625b8266ea1"
1 change: 1 addition & 0 deletions recipes/djinni-generator/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ def package(self):
self.copy("LICENSE", dst="licenses", keep_path=False)

def package_info(self):
self.cpp_info.includedirs = []
self.env_info.PATH.append(os.path.join(self.package_folder, "bin"))

2 changes: 2 additions & 0 deletions recipes/djinni-generator/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ versions:
folder: "all"
"1.3.1":
folder: "all"
"1.3.2":
folder: "all"

0 comments on commit b5fa30f

Please sign in to comment.