diff options
| author | ruki <[email protected]> | 2021-01-25 22:39:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-25 22:39:15 +0800 |
| commit | 22e78e33f6c3567228a1b8b4e1837171498ccab3 (patch) | |
| tree | e33a88e9e8d2d2a12ab1564c46f57ed08121679a /xmake/core/project/target.lua | |
| parent | fa171c502d6b20431af22321005024e593d4170d (diff) | |
support zig cc/c++
Diffstat (limited to 'xmake/core/project/target.lua')
| -rw-r--r-- | xmake/core/project/target.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index cd94045db..66360213e 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -699,8 +699,6 @@ function _instance:pkgs() for _, pkg in ipairs(self:orderpkgs()) do self._PKGS_ENABLED[pkg:name()] = pkg end - - -- get it return self._PKGS_ENABLED end |
