diff --git a/repo_map.py b/repo_map.py index 55e92454ae2b99c234183fe8e2461a2191479a55..4d51f6dedcf31aa903b7f6712a0e1a207cecef75 100644 --- a/repo_map.py +++ b/repo_map.py @@ -13,5 +13,6 @@ repo_url_map:Dict[str,str]={ "https://github.com/frida/libunwind.git":"git@gitcode.net:dependency/frida/libunwind.git", "https://github.com/frida/zlib.git":"git@gitcode.net:dependency/frida/zlib.git", "https://github.com/frida/libffi.git":"git@gitcode.net:dependency/frida/libffi.git", + "https://github.com/frida/quickjs.git":"git@gitcode.net:dependency/frida/quickjs.git", "yyy":"xxx", }