Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit ba2157f

Browse files
committed
add aio.d to win*.mak
1 parent 6d1f5fc commit ba2157f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

win32.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,9 @@ $(IMPDIR)\core\sys\osx\sys\mman.d : src\core\sys\osx\sys\mman.d
617617
$(IMPDIR)\core\sys\posix\arpa\inet.d : src\core\sys\posix\arpa\inet.d
618618
copy $** $@
619619

620+
$(IMPDIR)\core\sys\posix\aio.d : src\core\sys\posix\aio.d
621+
copy $** $@
622+
620623
$(IMPDIR)\core\sys\posix\config.d : src\core\sys\posix\config.d
621624
copy $** $@
622625

win64.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,9 @@ $(IMPDIR)\core\sys\osx\sys\mman.d : src\core\sys\osx\sys\mman.d
628628
$(IMPDIR)\core\sys\posix\arpa\inet.d : src\core\sys\posix\arpa\inet.d
629629
copy $** $@
630630

631+
$(IMPDIR)\core\sys\posix\aio.d : src\core\sys\posix\aio.d
632+
copy $** $@
633+
631634
$(IMPDIR)\core\sys\posix\config.d : src\core\sys\posix\config.d
632635
copy $** $@
633636

0 commit comments

Comments
 (0)