From 38b24df76e398225c1794b5b28009990bd751229 Mon Sep 17 00:00:00 2001 From: Vince Ricci Date: Sun, 21 Feb 2021 11:54:35 +0100 Subject: [PATCH] Fix bad submodule path --- .gitmodules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4ddceb4cf7..a668465602 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,6 +41,5 @@ path = externals/ffmpeg url = https://git.ffmpeg.org/ffmpeg.git [submodule "xbyak_aarch64"] - path = xbyak_aarch64 + path = externals/xbyak_aarch64 url = https://github.com/herumi/xbyak_aarch64.git - branch = master