Skip to content
Snippets Groups Projects
Verified Commit 1371e690 authored by rahix's avatar rahix
Browse files

fix(upy-minimal): Fix meson madness (again)


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent cac1586b
No related branches found
No related tags found
No related merge requests found
......@@ -11,20 +11,20 @@ modsrc = files(
#################################
version_h = custom_target(
'mpversion.h',
'mpversion-upymin.h',
output: 'mpversion.h',
command: [micropython_gen_version, '@OUTPUT@'],
)
modules_h = custom_target(
'moduledefs.h',
'moduledefs-upymin.h',
output: 'moduledefs.h',
input: [micropython_sources, modsrc],
command: [micropython_gen_modules, '@OUTPUT@', '@INPUT@'],
)
qstr_h = custom_target(
'qstrdefs.generated.h',
'qstrdefs.generated-upymin.h',
output: 'qstrdefs.generated.h',
input: ['modules/qstrdefs.h', micropython_sources],
depends: [modules_h, version_h],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment