From 6930d761bf303cc08fba8a4dce7019b450e030fb Mon Sep 17 00:00:00 2001 From: Yi Duan Date: Mon, 25 Dec 2023 12:06:15 +0800 Subject: [PATCH] build: perfect build tag for mmap_unix.go --- loader/mmap_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loader/mmap_unix.go b/loader/mmap_unix.go index 3ea944ed6..8fb9cb6e8 100644 --- a/loader/mmap_unix.go +++ b/loader/mmap_unix.go @@ -1,5 +1,5 @@ -//go:build darwin || linux -// +build darwin linux +//go:build unix +// +build unix /** * Copyright 2023 ByteDance Inc.