blob: 2aa34e756da96acc0f4556d3f3350961d7021246 [file] [log] [blame]
/* This file is necessary because we need to avoid including
* any targets or platforms because these packages depend on this package;
* without this file this package would depend on these other packages and
* we would have a circular dependency.
*/
Build.useTargets = null; /* force the set of build targets to be empty */
if ("compress" in Pkg.attrs) {
Pkg.attrs.compress = true; /* generate a compressed release archive */
}