summaryrefslogtreecommitdiff
path: root/devel/muon/files/patch-tests_project_meson.build
blob: e64500e59d939fea2694d12b420b2ddb0cf9bc3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- tests/project/meson.build.orig	2024-10-07 15:19:19 UTC
+++ tests/project/meson.build
@@ -401,8 +401,8 @@ endif
     endif
 endif
 
+meson_tests_dir = meson.current_source_dir() / 'meson-tests'
 if git.found()
-    meson_tests_dir = meson.current_source_dir() / 'meson-tests'
     meson_tests_sha = '1e565931348f15f3f9b654f46ab4bf5fa009ca4f'
 
     if not fs.is_dir(meson_tests_dir)