mirror of https://github.com/mpv-player/mpv
4 lines
75 B
Bash
4 lines
75 B
Bash
|
rm cook.so.6.0
|
||
|
gcc -c cook.c -g
|
||
|
ld -shared -o cook.so.6.0 cook.o -ldl -lc
|
||
|
|