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 dd09b98 commit a9f05cdCopy full SHA for a9f05cd
views/inc.package_format.envvars.dt
@@ -12,6 +12,9 @@ table
12
tr
13
td: code $<name>_PACKAGE_DIR
14
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
18
19
p Inside of build setting values, the following variables are also supported:
20
table
@@ -73,6 +76,9 @@ table
73
76
74
77
td: code $D_FRONTEND_VER
75
78
td The compiler frontend version represented as a single integer, for example "2072" for DMD 2.072.2
79
80
+ td: code $DUB_EXE
81
82
83
td: code $DUB_PLATFORM
84
td Name of the target platform (e.g. "windows" or "linux")
0 commit comments