Skip to content

Commit d39fef9

Browse files
committed
makefile: Exclude XCB binding from DOS package (XCB is for Linux)
1 parent 84544a6 commit d39fef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ bindist:
873873
rm -r $(packinc)/windows.bi
874874
rm -r $(packinc)/wx-c
875875
rm -r $(packinc)/X11
876+
rm -r $(packinc)/xcb
876877
rm -r $(packinc)/xmp.bi
877878
rm -r $(packinc)/zmq
878879
endif

0 commit comments

Comments
 (0)