Fix the include directory in the pkgconfig of the math lib (#4414)
The pkgconfig specified `include/jerry-math` as the include directory, but cmake installs header to `include/jerryscript-math`. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include/jerry-math
|
||||
includedir=${prefix}/include/jerryscript-math
|
||||
|
||||
Name: libjerry-math
|
||||
Description: JerryScript: lightweight JavaScript engine (minimal math library)
|
||||
|
||||
Reference in New Issue
Block a user