Skip to content

Commit

Permalink
autogenerate grammar .c and .h files
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Sep 27, 2023
1 parent d5e8470 commit ece0fe4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libextxyz/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python3 = find_program('python3')

run_command(
python3,
'..' / 'python' / 'extxyz' / 'extxyz_kv_grammar.py'
)

# Build and install the extension module
module = python.extension_module(
'_extxyz', # Name of the module
Expand Down

0 comments on commit ece0fe4

Please sign in to comment.