Skip to content

Commit

Permalink
Merge pull request #190982 from bobvanderlinden/pr-cglm-pkgconfig-fix
Browse files Browse the repository at this point in the history
cglm: install correct include/lib dir in pkg-config
  • Loading branch information
IvarWithoutBones committed Sep 14, 2022
2 parents 843a08c + 6025d24 commit 36c3f1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/libraries/cglm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ cmake ];

cmakeFlags = [
"-DCMAKE_INSTALL_INCLUDEDIR=include"
"-DCMAKE_INSTALL_LIBDIR=lib"
];

meta = with lib; {
homepage = "https://github.com/recp/cglm";
description = "Highly Optimized Graphics Math (glm) for C";
Expand Down

0 comments on commit 36c3f1f

Please sign in to comment.