diff options
| author | ruki <[email protected]> | 2023-01-10 22:40:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-10 22:40:05 +0800 |
| commit | 4dcacbb3d778002d4b8604d016b07c17d6ec23dc (patch) | |
| tree | 25b317fe00281929b6783623040dcd11551ba7cf | |
| parent | 17af8e37083e8db235536de17a9f8762502e1ca5 (diff) | |
fix trybuild/autoconf
| -rw-r--r-- | xmake/modules/private/action/trybuild/autoconf.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/action/trybuild/autoconf.lua b/xmake/modules/private/action/trybuild/autoconf.lua index 381c57251..f46cda6ef 100644 --- a/xmake/modules/private/action/trybuild/autoconf.lua +++ b/xmake/modules/private/action/trybuild/autoconf.lua @@ -23,6 +23,7 @@ import("core.base.option") import("core.project.config") import("core.platform.platform") import("lib.detect.find_file") +import("lib.detect.find_tool") -- translate path function _translate_path(p) |
