Skip to content

Commit

Permalink
Remove stdio.h and time.h patches, fixing AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed May 23, 2022
1 parent e7a89a3 commit b41431a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ install:
- bash -lc "pacman --noconfirm -Sy"
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain zip"
-
# Fix undefined references to __acrt_iob_func()
- sed -rie "s/#define std([[:alpha:]]+)[[:space:]]+\(__acrt_iob_func\(([[:digit:]]+)\)\)/#define std\1 (\&__iob_func()[\2])/" "C:\msys64\mingw64\x86_64-w64-mingw32\include\stdio.h"
# Fix undefined references to __imp__difftime64()
- sed -rie "s/_CRTIMP (double __cdecl _difftime64)/\1/" "C:\msys64\mingw64\x86_64-w64-mingw32\include\time.h"
-
- mkdir target\release\deps
- cp C:\Windows\System32\ntdll.dll target\release\deps
-
Expand Down

0 comments on commit b41431a

Please sign in to comment.