Forgot to delete the jvm arm patch file
This commit is contained in:
parent
0cb13fe004
commit
f2f1dec487
@ -1,20 +0,0 @@
|
|||||||
diff --git a/plugins/jvm/uwsgiplugin.py b/plugins/jvm/uwsgiplugin.py
|
|
||||||
index ac7eb3e..3c0e097 100644
|
|
||||||
--- a/plugins/jvm/uwsgiplugin.py
|
|
||||||
+++ b/plugins/jvm/uwsgiplugin.py
|
|
||||||
@@ -7,12 +7,14 @@ JVM_INCPATH = None
|
|
||||||
JVM_LIBPATH = None
|
|
||||||
|
|
||||||
operating_system = os.uname()[0].lower()
|
|
||||||
-arch = os.uname()[4]
|
|
||||||
+arch = os.uname()[4].lower()
|
|
||||||
|
|
||||||
if arch in ('i686', 'x86', 'x86_32'):
|
|
||||||
arch = 'i386'
|
|
||||||
elif arch in ('x86_64',):
|
|
||||||
arch = 'amd64'
|
|
||||||
+elif arch.startswith('arm'):
|
|
||||||
+ arch = 'arm'
|
|
||||||
|
|
||||||
# try to detect the JVM
|
|
||||||
if operating_system == 'darwin':
|
|
Loading…
Reference in New Issue
Block a user