Add IsVirtual() to compile spec

This commit is contained in:
Ettore Di Giacinto
2021-02-09 19:05:16 +01:00
parent 4d9297e3da
commit 518fb16067
4 changed files with 37 additions and 7 deletions

View File

@@ -186,6 +186,7 @@ type CompilationSpec interface {
EmptyPackage() bool
UnpackedPackage() bool
HasImageSource() bool
IsVirtual() bool
}
type CompilationSpecs interface {