We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libffi
1 parent 6133983 commit c6e0931Copy full SHA for c6e0931
omnibus/config/software/libffi.rb
@@ -31,6 +31,8 @@
31
32
build do
33
env = with_standard_compiler_flags(with_embedded_path)
34
+ env["CFLAGS"] << " -fPIC -arch arm64 -arch x86_64"
35
+ env["CPPFLAGS"] = env["CPPFLAGS"].gsub("-arch arm64 -arch x86_64", "")
36
37
env["INSTALL"] = "/opt/freeware/bin/install" if aix?
38
0 commit comments