mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
.gitlab: Move cp-plug-in-subfolder.py to build/meson
It is not a CI-specific file.
This commit is contained in:
parent
9989dfe933
commit
00ab5e3a19
4 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ foreach plugin : plugins
|
|||
# from the build directory without installing it.
|
||||
# To be run even if we don't install Python plug-ins so that we can
|
||||
# still run them for in-build scripts.
|
||||
run_command(python, meson.project_source_root() / '.gitlab/cp-plug-in-subfolder.py',
|
||||
run_command(python, meson.project_source_root() / 'build/meson/cp-plug-in-subfolder.py',
|
||||
meson.current_source_dir() / src, meson.current_build_dir() / name, check: true)
|
||||
endforeach
|
||||
endforeach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue