1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00
NekoX/TMessagesProj/jni/patch_boringssl.sh

7 lines
170 B
Bash
Raw Normal View History

#!/bin/bash
set -e
patch -d boringssl -p1 < patches/boringssl/0001-add-aes-ige-mode.patch
2020-08-17 10:41:51 +00:00
patch -d boringssl -p1 < patches/boringssl/0001-only-build-what-we-need.patch