Added patch for lwip-contrib for Windows compatibility

This commit is contained in:
Joseph Henry
2018-07-27 15:49:58 -07:00
parent 6e086ed3fa
commit 6e3e14fdff
3 changed files with 107 additions and 82 deletions

View File

@@ -1,7 +1,14 @@
#!/bin/bash
# Execute from project root directory
cd ext/lwip
cp ../lwip.patch .
git apply lwip.patch
cd -
cd ../..
cd ext/lwip-contrib
cp ../lwip-contrib.patch .
git apply lwip-contrib.patch
cd ../..