From d9b6baa69968132d33e4ad8627c7fe0bd527c859 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 11 Sep 2018 09:18:33 +0900 Subject: test: make test-catalog relocatable Fixes #10045. --- catalog/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'catalog') diff --git a/catalog/meson.build b/catalog/meson.build index 1b13150894..3db8e390f2 100644 --- a/catalog/meson.build +++ b/catalog/meson.build @@ -17,7 +17,6 @@ in_files = ''' support_url = get_option('support-url') support_sed = 's~%SUPPORT_URL%~@0@~'.format(support_url) -build_catalog_dir = meson.current_build_dir() foreach file : in_files custom_target( -- cgit v1.2.1