diff options
| author | ruki <[email protected]> | 2022-08-27 21:50:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-27 21:50:24 +0800 |
| commit | c63f962b4369cb1d5c7ca24bfbe3031a831e9e77 (patch) | |
| tree | e158d79e9af9bb81e659ac4059ec5b2ce6c3dbff /xmake/rules/c++/modules/modules_support/common.lua | |
| parent | 3f5b5e1cd78d0f67acae51340a03ae11192bcef6 (diff) | |
format code
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/common.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/common.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/common.lua b/xmake/rules/c++/modules/modules_support/common.lua index 92c92d465..0c0ee4fb7 100644 --- a/xmake/rules/c++/modules/modules_support/common.lua +++ b/xmake/rules/c++/modules/modules_support/common.lua @@ -553,7 +553,7 @@ end function append_dependency_objectfiles(target) local cachekey = target:name() .. "dependency_objectfiles" local cache = localcache():get(cachekey) - if cache then + if cache then if target:is_binary() then target:add("ldflags", cache, {force = true}) elseif target:is_static() then |
