diff options
Diffstat (limited to 'xmake/languages/golang/xmake.lua')
| -rw-r--r-- | xmake/languages/golang/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/languages/golang/xmake.lua b/xmake/languages/golang/xmake.lua index 3a8a70aca..0cec1497c 100644 --- a/xmake/languages/golang/xmake.lua +++ b/xmake/languages/golang/xmake.lua @@ -65,6 +65,9 @@ language("golang") , "toolchain.includedirs" , "toolchain.defines" , "toolchain.undefines" + , "target.sysincludedirs" + , "option.sysincludedirs" + , "toolchain.sysincludedirs" } , binary = { |
