refactor(internal/build):remove rpath change

This commit is contained in:
luoliwoshang
2025-06-26 13:55:58 +08:00
parent f0728c4fe0
commit e60c3bd943
3 changed files with 3 additions and 41 deletions

View File

@@ -75,7 +75,7 @@ func TestUseCrossCompileSDK(t *testing.T) {
for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
export, err := Use(tc.goos, tc.goarch, false, false)
export, err := Use(tc.goos, tc.goarch, false)
if err != nil {
t.Fatalf("Unexpected error: %v", err)