mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-11-10 22:30:10 +01:00
a13d870030
(cherry picked from commit 71c5118dede745e259bfee96f5342c968bdac532)
7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
patch -d boringssl -p1 < patches/boringssl/0001-add-aes-ige-mode.patch
|
|
patch -d boringssl -p1 < patches/boringssl/0001-only-build-what-we-need.patch
|