diff options
Diffstat (limited to 'scripts/poe-tasks/configure')
-rwxr-xr-x | scripts/poe-tasks/configure | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/poe-tasks/configure b/scripts/poe-tasks/configure index f187cc50..8e4fff06 100755 --- a/scripts/poe-tasks/configure +++ b/scripts/poe-tasks/configure @@ -4,4 +4,11 @@ src_dir="$(dirname "$(realpath "$0")")" source $src_dir/utils/_env.sh -meson_setup_configure +echo +meson_setup_configure_dev +echo +echo ----------------------------------------------- +echo Copying constants.py module configured by Meson +echo ----------------------------------------------- +cp -v $build_dev_dir/python/constants.py $gitroot/python/knot_resolver/constants.py +echo |