diff options
| author | ruki <[email protected]> | 2026-05-23 22:55:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-05-23 22:55:44 +0800 |
| commit | a8950b8446f199738f6cd0549532161434e9e49e (patch) | |
| tree | 137f747617d2b536aeb38f5af2e360d6f1c244ca | |
| parent | 1abc5af91f5c4eed1fadd7ad758bfd82a4a8be77 (diff) | |
fix trybuild for scons
| -rw-r--r-- | xmake/modules/private/action/trybuild/scons.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/action/trybuild/scons.lua b/xmake/modules/private/action/trybuild/scons.lua index 1b82b6f4a..775f8832a 100644 --- a/xmake/modules/private/action/trybuild/scons.lua +++ b/xmake/modules/private/action/trybuild/scons.lua @@ -20,6 +20,7 @@ -- imports import("core.base.option") +import("core.project.config") import("lib.detect.find_file") import("lib.detect.find_tool") |
