mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-20 10:55:07 +03:00
py: Add comment about the symlinks
Add comment about the symlinks to clarify the purpose. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
1d72eca347
commit
4de9539f51
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ pycamera = shared_module('_libcamera',
|
||||||
dependencies : pycamera_deps,
|
dependencies : pycamera_deps,
|
||||||
cpp_args : pycamera_args)
|
cpp_args : pycamera_args)
|
||||||
|
|
||||||
|
# Create symlinks from the build dir to the source dir so that we can use the
|
||||||
|
# Python module directly from the build dir.
|
||||||
|
|
||||||
run_command('ln', '-fsT', files('__init__.py'),
|
run_command('ln', '-fsT', files('__init__.py'),
|
||||||
meson.current_build_dir() / '__init__.py',
|
meson.current_build_dir() / '__init__.py',
|
||||||
check: true)
|
check: true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue