Skip to content

Commit baf0c98

Browse files
committed
Dub root package target env vars added
1 parent c15c7a7 commit baf0c98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

views/inc.package_format.envvars.dt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ table
4949
tr
5050
td: code $DUB_ROOT_PACKAGE
5151
td Name of the root package that is being built
52+
tr
53+
td: code $DUB_ROOT_PACKAGE_TARGET_TYPE
54+
td Contents of the "targetType" field of the root package as defined by the package recipe
55+
tr
56+
td: code $DUB_ROOT_PACKAGE_TARGET_PATH
57+
td Contents of the "targetPath" field of the root package as defined by the package recipe
58+
tr
59+
td: code $DUB_ROOT_PACKAGE_TARGET_NAME
60+
td Contents of the "targetName" field of the root package as defined by the package recipe
5261
tr
5362
td: code $DFLAGS
5463
td Contents of the "dflags" field as defined by the package recipe

0 commit comments

Comments
 (0)