Index: meson/part/extra_targets/meson.build
===================================================================
--- meson/part/extra_targets/meson.build	(revision 765995a0ea2b3013cfcf9d7aacd1c683fcfbf5c1)
+++ meson/part/extra_targets/meson.build	(revision c63c2bb2c6b6ee0994323e41910367c9c146ec01)
@@ -34,5 +34,5 @@
 		'--',
 		meson.build_root(),
-		config_py.path(),
+		config_py.full_path(),
 		meson.source_root() / 'HelenOS.config',
 		meson.source_root() / 'defaults',
@@ -51,5 +51,5 @@
 			'--',
 			meson.build_root(),
-			config_py.path(),
+			config_py.full_path(),
 			meson.source_root() / 'HelenOS.config',
 			meson.source_root() / 'defaults',
@@ -77,5 +77,5 @@
 		'--',
 		meson.source_root() / 'doxygen',
-		doxygen.path(),
+		doxygen.full_path(),
 		_dox_cfg,
 	])
