From f656e204e0ada421780bb0f781df5d193564b5ce Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Thu, 5 Oct 2023 14:50:58 -0500 Subject: [PATCH] Added missing fmt submodule to Linux build steps --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 7f26415..5dc029a 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -49,7 +49,7 @@ Externals/cubeb \ Externals/implot \ Externals/gtest \ Externals/rcheevos \ - +Externals/fmt \ && git pull --recurse-submodules ```