Skip to content

Commit 8041b49

Browse files
committed
update musl builder to include arch specific process files
Signed-off-by: leongross <[email protected]>
1 parent 70b25d7 commit 8041b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/musl.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ var libMusl = Library{
137137
"time/*.c",
138138
"unistd/*.c",
139139
"process/*.c",
140+
"process/" + arch + "/*.s",
140141
}
141142
if arch == "arm" {
142143
// These files need to be added to the start for some reason.

0 commit comments

Comments
 (0)