Fix pkgconfig input
Don't default the prefix to /usr
This commit is contained in:
parent
c6ca2aea8d
commit
4f2d06204d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
prefix=/usr
|
prefix=${prefix}
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue