aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'gitweb/meson.build')
-rw-r--r--gitweb/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/meson.build b/gitweb/meson.build
index 89b403dc9d..88a54b4dc9 100644
--- a/gitweb/meson.build
+++ b/gitweb/meson.build
@@ -1,5 +1,5 @@
gitweb_config = configuration_data()
-gitweb_config.set_quoted('PERL_PATH', perl.full_path())
+gitweb_config.set_quoted('PERL_PATH', target_perl.full_path())
gitweb_config.set_quoted('CSSMIN', '')
gitweb_config.set_quoted('JSMIN', '')
gitweb_config.set_quoted('GIT_BINDIR', get_option('prefix') / get_option('bindir'))