summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 56aa7c3..7efb71b 100644
--- a/meson.build
+++ b/meson.build
@@ -258,6 +258,9 @@ if build_python3_loader and not python3_found
build_python3_loader = false
endif
+# Replace 'cp' calls
+copyfile_script = find_program('copyfile.py')
+
subdir('libpeas')
if build_gtk_widgetry == true
subdir('libpeas-gtk')