mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
build-aux: Use GitHub repo for LuaJIT
Curl reports that the luajit.org git repo is using a self-signed cert.
This is causing git operations to fail. Let's just use the GitHub
mirror.
Cherry Pick Note:
Manually edited to only change the remote and not the commit.
(cherry picked from commit cfb23a51ff)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://luajit.org/git/luajit-2.0.git",
|
||||
"url": "https://github.com/LuaJIT/LuaJIT.git",
|
||||
"commit": "f725e44cda8f359869bf8f92ce71787ddca45618",
|
||||
"disable-shallow-clone": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user