Skip to content

Commit 5f6d790

Browse files
authored
Merge pull request #27 from andre2007/root_package_env_vars
Dub root package target env vars added
2 parents 1ea48e5 + baf0c98 commit 5f6d790

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)