From ea22936532a8cf3a7603b8ee8c8fa0d69635d642 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Mon, 15 Feb 2021 12:59:03 -0500
Subject: [PATCH] Fixed a minor bug where a directory was named incorrectly to
 linux when compiling for darwin.

---
 buildDarwin.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildDarwin.sh b/buildDarwin.sh
index 4b3358d..98c2c18 100755
--- a/buildDarwin.sh
+++ b/buildDarwin.sh
@@ -14,4 +14,4 @@ automake --add-missing
 ./configure --host=x86_64-apple-darwin
 make
 mkdir -p .libs64
-mv .libs .libs64/linux
+mv .libs .libs64/darwin
-- 
GitLab