Added patch for lwip-contrib for Windows compatibility
This commit is contained in:
@@ -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 ../..
|
||||
|
||||
Reference in New Issue
Block a user