summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/spf13/cobra/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/cobra/ya.make')
-rw-r--r--vendor/github.com/spf13/cobra/ya.make12
1 files changed, 9 insertions, 3 deletions
diff --git a/vendor/github.com/spf13/cobra/ya.make b/vendor/github.com/spf13/cobra/ya.make
index 8f9487ea09e..4242c95a675 100644
--- a/vendor/github.com/spf13/cobra/ya.make
+++ b/vendor/github.com/spf13/cobra/ya.make
@@ -32,15 +32,21 @@ GO_TEST_SRCS(
)
IF (OS_LINUX)
- SRCS(command_notwin.go)
+ SRCS(
+ command_notwin.go
+ )
ENDIF()
IF (OS_DARWIN)
- SRCS(command_notwin.go)
+ SRCS(
+ command_notwin.go
+ )
ENDIF()
IF (OS_WINDOWS)
- SRCS(command_win.go)
+ SRCS(
+ command_win.go
+ )
ENDIF()
END()