[cairo-commit] 2 commits - test/meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 2 10:57:57 UTC 2023


 test/meson.build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9be6429cbcc199d19dd0847189ad61af6e196c37
Merge: 74feff604 9d85055bb
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Thu Feb 2 10:57:55 2023 +0000

    Merge branch 'fix-test-symlink' into 'master'
    
    meson: Replace existing link if it already exists
    
    Closes #631
    
    See merge request cairo/cairo!440

commit 9d85055bb2a454d91a27f53315e372924eadaa13
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Wed Feb 1 20:08:50 2023 +1030

    meson: Replace existing link if it already exists
    
    Fixes #631

diff --git a/test/meson.build b/test/meson.build
index b18a23f48..548e25b4d 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -653,7 +653,7 @@ foreach file : build_dir_files
 endforeach
 
 if build_machine.system() != 'windows'
-  run_command('ln', '-sf',
+  run_command('ln', '-sfn',
               meson.current_source_dir(),
               meson.current_build_dir() / 'srcdir',
               check: true)


More information about the cairo-commit mailing list