diff options
| author | ruki <[email protected]> | 2024-03-23 00:48:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-23 00:48:29 +0800 |
| commit | efb782bbea442127e806df945f3f3ad81a40ae3f (patch) | |
| tree | 8678b5d25fa6b47c068d97ee7147cbb9945d68be | |
| parent | 6d1b3bf2fbf932409d99bb69b4a1a0ff1115f39f (diff) | |
remove comment
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua index 875685459..216898f97 100644 --- a/xmake/modules/core/tools/gcc.lua +++ b/xmake/modules/core/tools/gcc.lua @@ -202,7 +202,6 @@ end function nf_runtime(self, runtime, opt) opt = opt or {} local maps - -- if a sdk dir is defined, we should redirect include / library path to have the correct includes / libc++ link local kind = self:kind() if not self:is_plat("android") then -- we will set runtimes in android ndk toolchain maps = maps or {} |
