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/asm/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/asm/xmake.lua')
| -rw-r--r-- | xmake/languages/asm/xmake.lua | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/xmake/languages/asm/xmake.lua b/xmake/languages/asm/xmake.lua index d184ac4d7..a57790027 100644 --- a/xmake/languages/asm/xmake.lua +++ b/xmake/languages/asm/xmake.lua @@ -59,21 +59,10 @@ language("asm") , "target.includedirs" , "target.defines" , "target.undefines" - , "option.symbols" - , "option.warnings" - , "option.optimize:check" - , "option.vectorexts:check" - , "option.languages" - , "option.includedirs" - , "option.defines" - , "option.undefines" - , "option.defines_if_ok" - , "option.undefines_if_ok" , "toolchain.includedirs" , "toolchain.defines" , "toolchain.undefines" , "target.sysincludedirs" - , "option.sysincludedirs" , "toolchain.sysincludedirs" } , binary = @@ -83,15 +72,10 @@ language("asm") , "target.rpathdirs" , "target.strip" , "target.symbols" - , "option.strip" - , "option.symbols" - , "option.linkdirs" - , "option.rpathdirs" , "toolchain.linkdirs" , "toolchain.rpathdirs" , "config.links" , "target.links" - , "option.links" , "toolchain.links" } , shared = @@ -100,17 +84,12 @@ language("asm") , "target.linkdirs" , "target.strip" , "target.symbols" - , "option.strip" - , "option.symbols" - , "option.linkdirs" , "toolchain.linkdirs" , "config.links" , "target.links" - , "option.links" , "toolchain.links" , "config.syslinks" , "target.syslinks" - , "option.syslinks" , "toolchain.syslinks" } , static = |
