diff options
Diffstat (limited to 'contrib/go/_std_1.21/src/runtime/cgo/ya.make')
-rw-r--r-- | contrib/go/_std_1.21/src/runtime/cgo/ya.make | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/go/_std_1.21/src/runtime/cgo/ya.make b/contrib/go/_std_1.21/src/runtime/cgo/ya.make index a2b9e0a94c..bdcc84d71b 100644 --- a/contrib/go/_std_1.21/src/runtime/cgo/ya.make +++ b/contrib/go/_std_1.21/src/runtime/cgo/ya.make @@ -1,12 +1,12 @@ IF (CGO_ENABLED) GO_LIBRARY() - + PEERDIR( library/cpp/sanitizer/include ) NO_COMPILER_WARNINGS() - + SRCS( abi_loong64.h abi_ppc64x.h @@ -126,3 +126,7 @@ IF (CGO_ENABLED) END() ENDIF() + +RECURSE( + # internal +) |