aboutsummaryrefslogtreecommitdiffstats
path: root/common/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/module.go')
-rw-r--r--common/module.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/module.go b/common/module.go
index c008d7de..e61d3131 100644
--- a/common/module.go
+++ b/common/module.go
@@ -23,6 +23,7 @@ import (
type Config interface {
CpPreserveSymlinksFlags() string
SrcDir() string
+ IntermediatesDir() string
Getenv(string) string
EnvDeps() map[string]string
DeviceOut() string