Skip to content

Commit 293d4ad

Browse files
committed
fix pkg_config_path description
1 parent 99a38ed commit 293d4ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ then build micro as
151151
```bash
152152
# ./buildconf things...
153153
# export CC=musl-xxx things...
154-
export PKG_CONFIG_PATH=/my/prefered/path
154+
export PKG_CONFIG_PATH=/my/prefered/path/lib/pkgconfig
155155
# ./configure balabala
156156
# make balabala
157157
```

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ make install
156156
```bash
157157
# ./buildconf things...
158158
# export CC=musl-xxx things...
159-
export PKG_CONFIG_PATH=/my/prefered/path
159+
export PKG_CONFIG_PATH=/my/prefered/path/lib/pkgconfig
160160
# ./configure balabala
161161
# make balabala
162162
```

0 commit comments

Comments
 (0)