Skip to content

Commit 1514a5b

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

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
@@ -136,6 +136,7 @@ var libMusl = Library{
136136
"thread/*.c",
137137
"time/*.c",
138138
"unistd/*.c",
139+
"process/" + arch + "/*.s",
139140
"process/*.c",
140141
}
141142
if arch == "arm" {

0 commit comments

Comments
 (0)