diff options
| author | ruki <[email protected]> | 2022-09-28 22:30:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-28 22:30:17 +0800 |
| commit | d0929199efdc1ae6b7ef344ae6f78b81706e04e6 (patch) | |
| tree | 7e79fec8a8fb580536962fff81e24f9aeaddc68c | |
| parent | a4bc20c22d7975bedbfc0e895e3635dab1372744 (diff) | |
fix import
| -rw-r--r-- | xmake/plugins/project/vsxmake/getinfo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/vsxmake/getinfo.lua b/xmake/plugins/project/vsxmake/getinfo.lua index d8fda1d80..a3bb44d83 100644 --- a/xmake/plugins/project/vsxmake/getinfo.lua +++ b/xmake/plugins/project/vsxmake/getinfo.lua @@ -35,7 +35,7 @@ import("private.action.run.make_runenvs") import("private.action.require.install", {alias = "install_requires"}) import("actions.config.configheader", {alias = "generate_configheader", rootdir = os.programdir()}) import("actions.config.configfiles", {alias = "generate_configfiles", rootdir = os.programdir()}) -import("vsutils") +import("vstudio.impl.vsutils", {rootdir = path.join(os.programdir(), "plugins", "project")}) -- strip dot directories, e.g. ..\..\.. => .. -- @see https://github.com/xmake-io/xmake/issues/2039 |
