mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
Corrected package_config file.
On multiarch the librarys got installed in lib64. Therefore take the libpath from the makefile and not assuming the lib directory from the install dir
This commit is contained in:
parent
06db711223
commit
daf318d02f
@ -1,6 +1,6 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
libdir=@libdir@
|
||||
includedir=${prefix}/include/GL
|
||||
|
||||
Name: glew
|
||||
|
Loading…
Reference in New Issue
Block a user