This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/ext/patch_submodules.sh

15 lines
200 B
Bash
Raw Normal View History

#!/bin/bash
# Execute from project root directory
cd ext/lwip
cp ../lwip.patch .
git apply lwip.patch
cd ../..
cd ext/lwip-contrib
cp ../lwip-contrib.patch .
git apply lwip-contrib.patch
cd ../..