Skip to content

Commit a9f05cd

Browse files
rtbowilzbach
authored andcommitted
document $DUB variable (#6)
1 parent dd09b98 commit a9f05cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

views/inc.package_format.envvars.dt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ table
1212
tr
1313
td: code $<name>_PACKAGE_DIR
1414
td Path a specific package that is part of the package's dependency graph
15+
tr
16+
td: code $DUB
17+
td Path to the DUB executable
1518

1619
p Inside of build setting values, the following variables are also supported:
1720
table
@@ -73,6 +76,9 @@ table
7376
tr
7477
td: code $D_FRONTEND_VER
7578
td The compiler frontend version represented as a single integer, for example "2072" for DMD 2.072.2
79+
tr
80+
td: code $DUB_EXE
81+
td Path to the DUB executable
7682
tr
7783
td: code $DUB_PLATFORM
7884
td Name of the target platform (e.g. "windows" or "linux")

0 commit comments

Comments
 (0)