mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-27 08:57:11 -04:00
- Update mbedTLS to 3.4.0 - Update aom to 3.6.1 - Update libsrt to 1.5.2 - Update SVT-AV1 to 1.6.0 - Update LuaJIT to 8635cbabf3 - Update Asio to 1.28.0
25 lines
535 B
JSON
25 lines
535 B
JSON
{
|
|
"name": "luajit",
|
|
"no-autogen": true,
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"*.a"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://luajit.org/git/luajit-2.0.git",
|
|
"commit": "8635cbabf3094c4d8bd00578c7d812bea87bb2d3",
|
|
"disable-shallow-clone": true
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"commands": [
|
|
"sed -i 's|/usr/local|/app|' ./Makefile"
|
|
]
|
|
}
|
|
]
|
|
}
|