summaryrefslogtreecommitdiff
path: root/mcc.patch
blob: a1203b6158a8588c09afdf2be42709d864e9768e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/opt/Wolfram/WolframEngine/12.0/Executables/mcc	2019-06-23 23:13:31.000000000 -0400
+++ b/opt/Wolfram/WolframEngine/12.0/Executables/mcc	2019-11-18 23:52:21.191861413 -0500
@@ -19,6 +19,8 @@
 				SystemIDList="Linux-x86-64 Linux";;
 			armv?l)
 				SystemIDList="Linux-ARM";;
+			aarch64)
+				SystemIDList="Linux-ARM";;
 			*)
 				SystemIDList="Unknown";;
 		esac;;