We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275e9bb commit 6707778Copy full SHA for 6707778
io.sloeber.core/plugin.xml
@@ -240,7 +240,6 @@
240
name="%tool.archiver.name"
241
toolType="o->ar">
242
<outputType
243
- buildVariable="AR"
244
id="io.sloeber.tool.archiver.output"
245
name="%outputType.archiver.name"
246
nameProvider="io.sloeber.core.builder.ArchiveOutputNameProvider"
@@ -275,6 +274,7 @@
275
274
outputTypeIDs="io.sloeber.compiler.c.link.output,io.sloeber.compiler.cpp.sketch.link.output,io.sloeber.compiler.S.sketch.link.output">
276
</inputType>
277
<inputType
+ assignToCommandVarriable="ARCHIVES"
278
id="io.sloeber.tool.combiner.ar.input"
279
name="Build Archives"
280
outputTypeIDs="io.sloeber.tool.archiver.output">
0 commit comments