Commit 2c5bec6e by pybind11_abseil authors Committed by Copybara-Service

Fix strip_prefix in README

PiperOrigin-RevId: 607777670
parent 08bdc527
...@@ -60,7 +60,7 @@ http_archive( ...@@ -60,7 +60,7 @@ http_archive(
http_archive( http_archive(
name = "pybind11_abseil", name = "pybind11_abseil",
strip_prefix = "pybind11_abseil_master" strip_prefix = "pybind11_abseil-master"
urls = ["https://github.com/pybind/pybind11_abseil/refs/heads/master.tar.gz"], urls = ["https://github.com/pybind/pybind11_abseil/refs/heads/master.tar.gz"],
) )
...@@ -89,7 +89,7 @@ http_archive( ...@@ -89,7 +89,7 @@ http_archive(
http_archive( http_archive(
name = "pybind11_abseil", name = "pybind11_abseil",
strip_prefix = "pybind11_abseil_master", strip_prefix = "pybind11_abseil-master",
urls = ["https://github.com/pybind/pybind11_abseil/refs/heads/master.tar.gz"], urls = ["https://github.com/pybind/pybind11_abseil/refs/heads/master.tar.gz"],
) )
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment