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

Commit

Permalink
Fix include path when using meson
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Mar 12, 2021
1 parent 8320e25 commit 452b303
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 452b303

Please sign in to comment.