diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-14 13:16:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-14 13:35:38 +0200 |
commit | 948ba4cf498fcc8881a86e545d1e040223274c77 (patch) | |
tree | 6df39f25dc90ade950f40b69dc43383285378a14 /libbuild2/test/script | |
parent | f0402b95b1104f85eea6c2553741765e241e5e26 (diff) |
Use new mkanylink() from libbutl
Diffstat (limited to 'libbuild2/test/script')
-rw-r--r-- | libbuild2/test/script/builtin.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/test/script/builtin.cxx b/libbuild2/test/script/builtin.cxx index 2c3d83c..ae979da 100644 --- a/libbuild2/test/script/builtin.cxx +++ b/libbuild2/test/script/builtin.cxx @@ -618,6 +618,8 @@ namespace build2 // either (e.g., not on the same filesystem), then we fall back to // copies. So things are going to get a bit nested. // + // Note: similar to mkanylink() but with support for directories. + // try { mksymlink (target, link, dir); |