diff options
Diffstat (limited to 'xmake/core/project/target.lua')
| -rw-r--r-- | xmake/core/project/target.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index 547dbbb61..8a27e9ec1 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -26,6 +26,7 @@ local target = target or {} -- load modules local os = require("base/os") local path = require("base/path") +local utils = require("base/utils") local table = require("base/table") local option = require("project/option") local config = require("project/config") |
