summaryrefslogtreecommitdiff
path: root/xmake/core/project
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-17 23:56:16 +0800
committerruki <[email protected]>2021-10-17 23:56:16 +0800
commit9dbe8c62ebbfb7fe0fb3335790af184b2b7860a1 (patch)
tree82d9b8dc251265239b055eea662095aca8b3d12d /xmake/core/project
parentf91fc985a24094fd90a825f68c9ca63f7aa83ce0 (diff)
add unit_build rule
Diffstat (limited to 'xmake/core/project')
-rw-r--r--xmake/core/project/target.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua
index d6bba579a..08ab720c0 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -1688,11 +1688,7 @@ function _instance:sourcebatches()
end
end
end
-
- -- cache it
self._SOURCEBATCHES = sourcebatches
-
- -- ok?
return sourcebatches, modified
end