Skip to content

Commit 16f3201

Browse files
authored
Fix core.sync.package not being copied by mak/COPY. (#22907)
1 parent 3bedbac commit 16f3201

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

druntime/mak/COPY

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ COPY=\
136136
$(IMPDIR)\core\sync\event.d \
137137
$(IMPDIR)\core\sync\exception.d \
138138
$(IMPDIR)\core\sync\mutex.d \
139+
$(IMPDIR)\core\sync\package.d \
139140
$(IMPDIR)\core\sync\rwmutex.d \
140141
$(IMPDIR)\core\sync\semaphore.d \
141142
\

0 commit comments

Comments
 (0)