aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/syscall/execenv/ya.make
blob: 9cb1fb5ed7b97ca7d93950a631ad854fcf5e42f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GO_LIBRARY()

IF (OS_LINUX)
    SRCS(
        execenv_default.go
    )
ENDIF()

IF (OS_DARWIN)
    SRCS(
        execenv_default.go
    )
ENDIF()

IF (OS_WINDOWS)
    SRCS(
        execenv_windows.go
    )
ENDIF()

END()