diff options
| author | Arthur LAURENT <[email protected]> | 2024-02-05 17:33:18 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-02-05 17:36:42 +0100 |
| commit | 359ad44c2c98b3a42325bb308b0657072edb622c (patch) | |
| tree | b2ffbbffde221dc5047bacf982d1a8cbf92b9a1b /xmake/rules/c++/modules | |
| parent | effa81f89c816e3b9951c1cac1fad01644b02f22 (diff) | |
fix msvc
Diffstat (limited to 'xmake/rules/c++/modules')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua b/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua index 662fd603e..e65effa11 100644 --- a/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua +++ b/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua @@ -88,7 +88,6 @@ function get_stdmodules(target) end end end - return {} end function get_bmi_extension() |
