packages/libffi

This commit is contained in:
Maxython
2021-12-05 09:10:02 +03:00
parent 58185dd1ab
commit 0782d3b0f4

View File

@@ -19,3 +19,4 @@ termux_step_post_configure() {
# work around since mmap can't be written and marked executable in android anymore from userspace
echo "#define FFI_MMAP_EXEC_WRIT 1" >> fficonfig.h
}