diff options
| author | ruki <[email protected]> | 2020-10-06 00:29:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-06 00:29:00 +0800 |
| commit | 6576473af7c58290402609c460eb1b1062f75d34 (patch) | |
| tree | 6f554837d8dddf84834153521df3161974d1eea8 /xmake/modules/core/project/depend.lua | |
| parent | 155fe172fbb2c182e69c3c22b6f031d785ca905a (diff) | |
improve xcode rules
Diffstat (limited to 'xmake/modules/core/project/depend.lua')
| -rw-r--r-- | xmake/modules/core/project/depend.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/project/depend.lua b/xmake/modules/core/project/depend.lua index c10506c6f..05065e0b0 100644 --- a/xmake/modules/core/project/depend.lua +++ b/xmake/modules/core/project/depend.lua @@ -138,7 +138,7 @@ end -- -- e.g. -- --- depend.on_changed(function (dependinfo) +-- depend.on_changed(function () -- -- do some thing -- -- .. -- |
