diff options
| author | ruki <[email protected]> | 2021-10-10 21:33:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-10 21:33:03 +0800 |
| commit | 0594b7cddec091cc9b91e06cf2ee61e4e671b595 (patch) | |
| tree | e54510e56bcf2bd962fede63c724fe84603c90e9 /xmake/modules/core/tools/cl.lua | |
| parent | 0fe9bb8a7018b7b183873c3dcd8856bf7ea6b6c9 (diff) | |
fix languages
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
| -rw-r--r-- | xmake/modules/core/tools/cl.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua index efea29a14..6181af7d9 100644 --- a/xmake/modules/core/tools/cl.lua +++ b/xmake/modules/core/tools/cl.lua @@ -250,8 +250,9 @@ function nf_language(self, stdname) break end end + else + return result end - return result end -- make the define flag |
