Skip to content

Commit 7e4e598

Browse files
committed
fix PKG_CONFIG_PATH
1 parent 769665b commit 7e4e598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $ cd ..
8989
```
9090
$ git clone https://github.com/freeswitch/mod_unimrcp.git
9191
$ cd mod_unimrcp
92-
$ export PKG_CONFIG_PATH=/usr/local/freeswitch/libs/pkgconfig:/usr/local/unimrcp/libs/pkgconfig
92+
$ export PKG_CONFIG_PATH=/usr/local/freeswitch/lib/pkgconfig:/usr/local/unimrcp/lib/pkgconfig
9393
$ ./bootstrap.sh
9494
$ ./configure
9595
$ make

0 commit comments

Comments
 (0)