From 7b5cfcb81793445b2db30c9d2064c8319da14aa1 Mon Sep 17 00:00:00 2001 From: brockelmore <31553173+brockelmore@users.noreply.github.com> Date: Mon, 7 Dec 2020 16:51:08 -0500 Subject: [PATCH] add glm to arch deps After running got `None of the required 'glm' found`. This fixes that --- dist/get_deps_archlinux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/get_deps_archlinux.sh b/dist/get_deps_archlinux.sh index c1efbd4dd..a2afe3961 100755 --- a/dist/get_deps_archlinux.sh +++ b/dist/get_deps_archlinux.sh @@ -8,4 +8,5 @@ pacman -S \ llvm \ llvm-libs \ nlohmann-json \ + glm \ python3