Searched refs:distDir (Results 1 – 2 of 2) sorted by relevance
53 distDir := absPath(c.ctx, c.config.DistDir())61 "-D", "DIST_DIR=" + distDir,
37 distDir string member91 if distDir, ok := ret.environ.Get("DIST_DIR"); ok {92 ret.distDir = filepath.Clean(distDir)94 ret.distDir = filepath.Join(ret.OutDir(), "dist")181 if distDir := ret.DistDir(); strings.ContainsRune(distDir, ' ') {184 log.Printf("%q\n", distDir)395 return c.distDir