diff options
| author | ruki <[email protected]> | 2024-04-03 23:42:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-03 23:42:56 +0800 |
| commit | d08d95ac8fc9e1f316ff180aaedd61e21c384e24 (patch) | |
| tree | ebcfb72223ceb58280f51cbc327f22d62b2ce749 /xmake/rules/module/xmake.lua | |
| parent | 817353b79fc9145c18992facd920ec8f9497000b (diff) | |
improve xmi.h
Diffstat (limited to 'xmake/rules/module/xmake.lua')
| -rw-r--r-- | xmake/rules/module/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/module/xmake.lua b/xmake/rules/module/xmake.lua index f70c71d7e..2b1b75262 100644 --- a/xmake/rules/module/xmake.lua +++ b/xmake/rules/module/xmake.lua @@ -35,5 +35,6 @@ rule("module.shared") target:set("basename", "module_" .. target:name()) target:set("targetdir", config.buildir()) target:set("strip", "none") + target:add("sysincludedirs", path.join(os.programdir(), "scripts", "module")) end) |
