mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
the ffi_callback will not work under PaX kernel since it tries to allocate memory which is both executable and writeable.
10 lines
262 B
Diff
10 lines
262 B
Diff
diff --git a/tools/make-frozen.py b/tools/make-frozen.py
|
|
index 1051b52..06ee7a3 100755
|
|
--- a/tools/make-frozen.py
|
|
+++ b/tools/make-frozen.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/env python3
|
|
#
|
|
# Create frozen modules structure for MicroPython.
|
|
#
|