Skip to content

Commit

Permalink
Refine the wording in building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Sep 18, 2023
1 parent b76315a commit 8d0dbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documents/building/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ conan inspect . | grep build_
When using Celix via Conan, you may encounter an [issue](https://github.com/apache/celix/issues/642) where libzip.so is not found by linker.
This is due to a [bug in Conan](https://github.com/conan-io/conan/issues/7192).

A workaround we adopt in Celix is to add the following to the conanfile.py:
A workaround we adopt in Celix is adding the following to conanfile.py:

```python
def generate(self):
Expand Down

0 comments on commit 8d0dbb5

Please sign in to comment.