From f2b4fb904a5999701f309722b8c7a6c6b25810e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E4=BF=A1=E5=BF=8D=E8=9F=91=E8=9E=82?= Date: Wed, 25 Jan 2023 15:47:52 +0800 Subject: [PATCH] Update repo_map.py --- repo_map.py | 1 + 1 file changed, 1 insertion(+) diff --git a/repo_map.py b/repo_map.py index 55e9245..4d51f6d 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", } -- GitLab