diff options
| author | ruki <[email protected]> | 2022-08-04 22:53:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-04 22:53:32 +0800 |
| commit | 312dccfb5ffae68ba471d9ebca5569589bb46988 (patch) | |
| tree | 641681c5674cf3a8d60944110c3552ce39afd9cc /xmake/rules/c++/modules/modules_support/msvc.lua | |
| parent | fd44ddb961977eeed2b15637562da80174f1a5ee (diff) | |
improve to get toolchain includedirs
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/msvc.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/msvc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc.lua b/xmake/rules/c++/modules/modules_support/msvc.lua index 37428de7f..63e445df9 100644 --- a/xmake/rules/c++/modules/modules_support/msvc.lua +++ b/xmake/rules/c++/modules/modules_support/msvc.lua @@ -65,7 +65,7 @@ function load(target) end -- provide toolchain include dir for stl headerunit when p1689 is not supported -function toolchain_include_directories(target) +function toolchain_includedirs(target) for _, toolchain_inst in ipairs(target:toolchains()) do if toolchain_inst:name() == "msvc" then local vcvars = toolchain_inst:config("vcvars") |
