From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sergey Bugaev <bugaevc@gmail.com>
Date: Wed, 2 Oct 2019 22:50:20 +0300
Subject: [PATCH] Manually set the target os instead of using uname

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 5673d17..9bd864f 100755
--- a/configure
+++ b/configure
@@ -52,7 +52,7 @@ cc_name="gcc"
 ar_set=
 
 # OS specific
-targetos=`uname`
+targetos=Minerva
 case $targetos in
   Darwin)
     confvars="$confvars OSX"
