From 6afeb1e659f2f51fcf9843f7778dad542c320398 Mon Sep 17 00:00:00 2001
From: Deuce <shurd@sasktel.net>
Date: Tue, 6 Jun 2023 21:30:16 -0400
Subject: [PATCH] Ah right, $(machine) has the OS name in it.

---
 3rdp/build/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3rdp/build/GNUmakefile b/3rdp/build/GNUmakefile
index d9b74f8937..36d62f8ff1 100644
--- a/3rdp/build/GNUmakefile
+++ b/3rdp/build/GNUmakefile
@@ -36,7 +36,7 @@ ifneq ($(os),darwin)
  endif
 endif
 # Blacklist some machines...
-ifeq ($(machine),armv7l)
+ifeq ($(machine_uname),armv7l)
  JS_CONFIGURE_ARGS += '--disable-tracejit'
 endif
 
-- 
GitLab