Skip to content

Commit

Permalink
fix: update folly patching for MSys (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored Feb 19, 2025
1 parent 197ddad commit a3b1fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-scripts/patch-folly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ EOM
defined_msc_ver_to_win32 "$1/folly/external/farmhash/farmhash.cpp"
defined_msc_ver_to_win32 "$1/folly/detail/IPAddressSource.h"
defined_msc_ver_to_win32 "$1/folly/portability/Sockets.cpp"
defined_win32_to_msc_ver "$1/folly/portability/Sched.h"
defined_win32_to_msc_ver "$1/folly/portability/Sched.cpp"

defined_n_win32_to_msc_ver "$1/folly/portability/Dirent.h"
defined_win32_to_msc_ver "$1/folly/portability/Dirent.cpp"
Expand Down

0 comments on commit a3b1fa8

Please sign in to comment.