Skip to content
/ janet Public
forked from janet-lang/janet

Commit

Permalink
Merge pull request janet-lang#664 from leahneukirchen/meson-pkgconfig2
Browse files Browse the repository at this point in the history
Fix include path when using meson
  • Loading branch information
bakpakin authored Mar 12, 2021
2 parents 9eb4c59 + 452b303 commit 7e8639a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e8639a

Please sign in to comment.