summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-02-01 20:08:50 +1030
committerAdrian Johnson <ajohnson@redneon.com>2023-02-01 20:10:33 +1030
commit9d85055bb2a454d91a27f53315e372924eadaa13 (patch)
treeec395f4e8c4c38a46c3249730cc31eeefb3f6862 /test
parent775017ee0d1c77d407a510f04391b2fda1486acb (diff)
downloadcairo-9d85055bb2a454d91a27f53315e372924eadaa13.tar.gz
meson: Replace existing link if it already exists
Fixes #631
Diffstat (limited to 'test')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
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)