mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +00:00
uftrace: Properly enable Python scripting support
This commit is contained in:
14
packages/uftrace/utils-script-python.c.patch
Normal file
14
packages/uftrace/utils-script-python.c.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
--- a/utils/script-python.c
|
||||
+++ b/utils/script-python.c
|
||||
@@ -469,9 +469,11 @@
|
||||
case 8:
|
||||
dval = val.d;
|
||||
break;
|
||||
+#if !(defined __ANDROID__ && defined __x86_64__)
|
||||
case 10:
|
||||
dval = (double)val.D;
|
||||
break;
|
||||
+#endif
|
||||
default:
|
||||
pr_dbg("invalid floating-point type size %d\n",
|
||||
spec->size);
|
||||
Reference in New Issue
Block a user