mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +00:00
Create nanqinlang package
This commit is contained in:
parent
ab563f424e
commit
cf79e58d75
1 changed files with 6 additions and 0 deletions
6
build.sh
6
build.sh
|
@ -166,6 +166,12 @@ if ! patch -Rf -N -p1 -s --dry-run < ../../patches/nocheck.patch; then
|
|||
fi
|
||||
echo "Done"
|
||||
|
||||
echo "Checking if Nanqinlang patch is set or not"
|
||||
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/nanqinlang.patch; then
|
||||
patch -N -p1 -s < ../../patches/nanqinlang.patch
|
||||
fi
|
||||
echo "Done"
|
||||
|
||||
|
||||
#echo "Patch protobuf wrong hash"
|
||||
#patch -N -R -p1 -s < ../../patches/protobuf_hash.patch
|
||||
|
|
Loading…
Reference in a new issue