summaryrefslogtreecommitdiff
path: root/lib/Debian
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Debian')
-rw-r--r--lib/Debian/Debhelper/Buildsystem/meson.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Debian/Debhelper/Buildsystem/meson.pm b/lib/Debian/Debhelper/Buildsystem/meson.pm
index 2ddd0c37..a90fb703 100644
--- a/lib/Debian/Debhelper/Buildsystem/meson.pm
+++ b/lib/Debian/Debhelper/Buildsystem/meson.pm
@@ -84,7 +84,7 @@ sub configure {
# Make the file name absolute as meson will be called from the build dir.
require Cwd;
$cross_file =~ s{^\./}{};
- $cross_file = Cwd::cwd() . "/${cross_file}";
+ $cross_file = Cwd::getcwd() . "/${cross_file}";
}
push(@opts, '--cross-file', $cross_file);
}