diff options
| author | ruki <[email protected]> | 2021-02-25 18:38:09 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-25 18:38:09 +0800 |
| commit | 58e91c2d0d8c7dbfb83376e89a2ddf06e1c3a003 (patch) | |
| tree | 9d05218838cfc30cfab37c85e9f688f064c5999d /xmake/languages/zig/xmake.lua | |
| parent | 97513c4135f65579dc318de9b629abd8a0e9295c (diff) | |
| parent | 4e751bd2feb3c29fb51fedc4d81c4e7db6e4b9ac (diff) | |
Merge pull request #1255 from xmake-io/packagedeps
improve to export package deps
Diffstat (limited to 'xmake/languages/zig/xmake.lua')
| -rw-r--r-- | xmake/languages/zig/xmake.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/languages/zig/xmake.lua b/xmake/languages/zig/xmake.lua index 3aeba0524..117890613 100644 --- a/xmake/languages/zig/xmake.lua +++ b/xmake/languages/zig/xmake.lua @@ -65,17 +65,13 @@ language("zig") , "target.rpathdirs" , "target.strip" , "target.symbols" - , "option.linkdirs" - , "option.rpathdirs" , "toolchain.linkdirs" , "toolchain.rpathdirs" , "config.links" , "target.links" - , "option.links" , "toolchain.links" , "config.syslinks" , "target.syslinks" - , "option.syslinks" , "toolchain.syslinks" } , shared = @@ -84,15 +80,12 @@ language("zig") , "target.linkdirs" , "target.strip" , "target.symbols" - , "option.linkdirs" , "toolchain.linkdirs" , "config.links" , "target.links" - , "option.links" , "toolchain.links" , "config.syslinks" , "target.syslinks" - , "option.syslinks" , "toolchain.syslinks" } , static = |
