Skip to content

v0.3

Compare
Choose a tag to compare
@bozaro bozaro released this 15 Nov 09:07
· 1 commit to master since this release
4b68544

Usage:

http_archive(
    name = "bazel_pkg_config",
    sha256 = "dddeb86b6c2edeb1b53df01898e9ace337848669a8bf518bf1826a0f6597121c",
    strip_prefix = "bazel_pkg_config-0.3",
    urls = ["https://github.com/joomcode/bazel_pkg_config/archive/refs/tags/v0.3.zip"],
)

load("@bazel_pkg_config//:pkg_config.bzl", "pkg_config")

pkg_config(
    name = "vips",
    dynamic = True,
)

Changes:

  • Added ignore_includes and system_includes options (#1)