From b9ece86ffdf6e8fa14c3432e26e126429fffbb17 Mon Sep 17 00:00:00 2001 From: Adam Griffiths Date: Sat, 26 Sep 2020 00:20:49 +1000 Subject: Add join_paths and join prefix with include/lib dirs (#1383) Fixes #1380: incorrect usage of CMake paths which causes issues on some more complicated environments (NixOS especially). --- raylib.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'raylib.pc.in') diff --git a/raylib.pc.in b/raylib.pc.in index 5c2a2ec2..1c6e41b1 100644 --- a/raylib.pc.in +++ b/raylib.pc.in @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} -libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ -includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ +libdir=@libdir_for_pc_file@ +includedir=@includedir_for_pc_file@ Name: raylib Description: Simple and easy-to-use library to enjoy videogames programming -- cgit v1.2.3