Searched refs:distDir (Results 1 – 2 of 2) sorted by relevance
53 distDir := absPath(c.ctx, c.config.DistDir())61 "-D", "DIST_DIR=" + distDir,
40 distDir string member127 if distDir, ok := ret.environ.Get("DIST_DIR"); ok {128 ret.distDir = filepath.Clean(distDir)130 ret.distDir = filepath.Join(ret.OutDir(), "dist")224 if distDir := ret.DistDir(); strings.ContainsRune(distDir, ' ') {227 ctx.Printf("%q\n", distDir)679 return c.distDir