1
0
mirror of https://github.com/janet-lang/janet synced 2025-08-30 01:18:03 +00:00

Merge pull request #664 from leahneukirchen/meson-pkgconfig2

Fix include path when using meson
This commit is contained in:
Calvin Rose
2021-03-12 17:11:54 -06:00
committed by GitHub

View File

@@ -244,6 +244,7 @@ janet_dep = declare_dependency(include_directories : incdir,
# pkgconfig
pkg = import('pkgconfig')
pkg.generate(libjanet,
subdirs: 'janet',
description: 'Library for the Janet programming language.')
# Installation