Skip to content
Snippets Groups Projects
Verified Commit 61fc115f authored by FARGES Olivier's avatar FARGES Olivier
Browse files

add gmsh-edix

parent 056b5991
Branches master
No related tags found
No related merge requests found
......@@ -88,7 +88,8 @@
(add-after 'install 'install-pkg-config
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(pc-file (string-append out "/lib/pkgconfig/gmsh.pc")))
(pkgconfig-dir (string-append out "/lib/pkgconfig"))
(pc-file (string-append pkgconfig-dir "/gmsh.pc")))
; Créer le dossier pkgconfig s'il n'existe pas
(mkdir-p pkgconfig-dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment