commit | 79d72453be770feffde7958bd9c5177c1a432390 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Mar 16 14:19:39 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Mar 16 21:08:24 2022 -0500 |
tree | 544bf27090fee0b5843d0027057c42df815dce99 | |
parent | 9bd334ff17997965f1be66e75471e3256880d5b6 [diff] [blame] |
parse_led: move to scripts subdir Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0607c4dfc90cd564857bba5399b80fbd9a18d996
diff --git a/meson.build b/meson.build index 59c8a0a..9e7990a 100644 --- a/meson.build +++ b/meson.build
@@ -104,7 +104,7 @@ 'led-gen.hpp', command : [ prog_python, - meson.project_source_root() + '/parse_led.py', + meson.project_source_root() + '/scripts/parse_led.py', '-i', meson.project_source_root(), '-o', meson.current_build_dir(), ],