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:
Akos Kiss
2021-01-08 16:00:44 +01:00
committed by GitHub
parent 0e829cc41a
commit 29785b2af3
+1 -1
View File
@@ -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)