Skip to content

Commit

Permalink
Set WVDATADIR buldenv path in wvWare package info
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 25, 2024
1 parent 48f3df6 commit 5dfa66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/wvware/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ def package_info(self):
self.cpp_info.libs = ["wv"]
self.cpp_info.system_libs = ["m"]
self.cpp_info.resdirs = [os.path.join("share", "wv")]
self.buildenv_info.define_path("WVDATADIR", os.path.join(self.package_folder, "share", "wv"))

0 comments on commit 5dfa66d

Please sign in to comment.