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

Commit

Permalink
add aio.d to win*.mak
Browse files Browse the repository at this point in the history
  • Loading branch information
Darredevil committed Feb 13, 2018
1 parent 6d1f5fc commit ba2157f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@ $(IMPDIR)\core\sys\osx\sys\mman.d : src\core\sys\osx\sys\mman.d
$(IMPDIR)\core\sys\posix\arpa\inet.d : src\core\sys\posix\arpa\inet.d
copy $** $@

$(IMPDIR)\core\sys\posix\aio.d : src\core\sys\posix\aio.d
copy $** $@

$(IMPDIR)\core\sys\posix\config.d : src\core\sys\posix\config.d
copy $** $@

Expand Down
3 changes: 3 additions & 0 deletions win64.mak
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ $(IMPDIR)\core\sys\osx\sys\mman.d : src\core\sys\osx\sys\mman.d
$(IMPDIR)\core\sys\posix\arpa\inet.d : src\core\sys\posix\arpa\inet.d
copy $** $@

$(IMPDIR)\core\sys\posix\aio.d : src\core\sys\posix\aio.d
copy $** $@

$(IMPDIR)\core\sys\posix\config.d : src\core\sys\posix\config.d
copy $** $@

Expand Down

0 comments on commit ba2157f

Please sign in to comment.