summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-17 22:48:28 +0800
committerruki <[email protected]>2026-03-17 22:48:28 +0800
commit27bd61c80153023faec1ca3e3aee787e02f161dd (patch)
tree37176b0f5bf98e3364fde6c58d61c97d272259d5 /xmake/modules
parentf48ca26675a3b9eac14374f98cc175a087e2e3e1 (diff)
install csharp target
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/target/action/install/main.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/target/action/install/main.lua b/xmake/modules/target/action/install/main.lua
index 2e92122e8..466ebe551 100644
--- a/xmake/modules/target/action/install/main.lua
+++ b/xmake/modules/target/action/install/main.lua
@@ -49,8 +49,6 @@ function _get_target_includedir(target, opt)
return path.join(opt.installdir, opt.includedir)
end
-
-
-- copy file with symlinks
function _copy_file_with_symlinks(srcfile, outputdir)
if os.islink(srcfile) then