Browse Source

Patch for automatic compiltion of libffi (don't try to compile armv7)

HOLZSCHUCH Nicolas 7 years ago
parent
commit
ab55c93099
1 changed files with 12 additions and 0 deletions
  1. 12 0
      libffi-3.2.1_patch

+ 12 - 0
libffi-3.2.1_patch

@@ -0,0 +1,12 @@
+diff -Naurbw libffi-3.2.1/generate-darwin-source-and-headers.py libffi-3.2.1-patched/generate-darwin-source-and-headers.py
+--- libffi-3.2.1/generate-darwin-source-and-headers.py	2014-11-08 13:47:24.000000000 +0100
++++ libffi-3.2.1-patched/generate-darwin-source-and-headers.py	2017-07-18 22:29:33.000000000 +0200
+@@ -187,7 +187,7 @@
+     if generate_ios:
+         build_target(simulator_platform, platform_headers)
+         build_target(simulator64_platform, platform_headers)
+-        build_target(device_platform, platform_headers)
++#        build_target(device_platform, platform_headers)
+         build_target(device64_platform, platform_headers)
+     if generate_osx:
+         build_target(desktop32_platform, platform_headers)