Skip to content

Commit f8b5131

Browse files
committed
bindist: Exclude glibc-specific crt/* bindings from DOS package
1 parent e1c6602 commit f8b5131

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,10 +778,14 @@ bindist:
778778
rm -r $(packinc)/chipmunk
779779
rm -r $(packinc)/crt/arpa
780780
rm -r $(packinc)/crt/bits
781+
rm -r $(packinc)/crt/iconv.bi
781782
rm -r $(packinc)/crt/linux
782783
rm -r $(packinc)/crt/netdb.bi
783784
rm -r $(packinc)/crt/netinet/in.bi
784785
rm -r $(packinc)/crt/netinet/linux/in.bi
786+
rm -r $(packinc)/crt/pthread.bi
787+
rm -r $(packinc)/crt/regex.bi
788+
rm -r $(packinc)/crt/sched.bi
785789
rm -r $(packinc)/crt/sys/linux
786790
rm -r $(packinc)/crt/sys/socket.bi
787791
rm -r $(packinc)/crt/sys/win32

0 commit comments

Comments
 (0)