diff options
Diffstat (limited to 'pkg/cpuid/BUILD')
-rw-r--r-- | pkg/cpuid/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/cpuid/BUILD b/pkg/cpuid/BUILD index d6cb1a549..c0c864902 100644 --- a/pkg/cpuid/BUILD +++ b/pkg/cpuid/BUILD @@ -32,4 +32,5 @@ go_test( ], library = ":cpuid", tags = ["manual"], + deps = ["@org_golang_x_sys//unix:go_default_library"], ) |