We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd7f28d + 59fb3d1 commit 0db3121Copy full SHA for 0db3121
1 file changed
packaged_tarball/ext/packaged_tarball/extconf.rb
@@ -22,8 +22,8 @@ def configure_packaged_libraries
22
end
23
24
# use the packaged libyaml
25
- recipe.activate
26
pkg_config(File.join(recipe.path, "lib", "pkgconfig", "yaml-0.1.pc"))
+ recipe.activate
27
28
# assert that we can build against the packaged libyaml
29
unless have_library("yaml", "yaml_get_version", "yaml.h")
@@ -42,6 +42,7 @@ def libyaml_recipe
42
sha256: "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
43
}]
44
recipe.target = File.join(PACKAGE_ROOT_DIR, "ports")
45
+ recipe.host.gsub!(/^arm64-apple-darwin/, "aarch64-apple-darwin")
46
47
48
0 commit comments