We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad031d commit ec973eaCopy full SHA for ec973ea
.github/workflows/release.yml
@@ -22,6 +22,7 @@ jobs:
22
cd /tmp
23
git clone https://gitlab.com/opensource-saurik/ldid.git
24
cd ldid
25
+ git checkout c2f8abf013b22c335f44241a6a552a7767e73419
26
git submodule update --init
27
gcc -I. -c -o lookup2.o lookup2.c
28
g++ -std=c++11 -o ldid lookup2.o ldid.cpp -I. -lcrypto $(pkg-config --cflags --libs libplist-2.0) -lxml2
0 commit comments