Skip to content

Commit efa3900

Browse files
committed
Change the gnulib snapshot basename to avoid distdir conflicts.
1 parent 6994f8f commit efa3900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bison/internal/gnulib/gnulib.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ load(
2222
_GNULIB_VERSION = "788db09a9f88abbef73c97e8d7291c40455336d8"
2323
_GNULIB_SHA256 = "4350696d531852118f3735a0e2d1091746388392c27d582f0cc241b6a39fe493"
2424

25-
_URL_BASE = "github.com/jmillikin/rules_bison/releases/download/v0.1/gnulib-{}.tar.xz".format(_GNULIB_VERSION)
25+
_URL_BASE = "github.com/jmillikin/rules_bison/releases/download/v0.1/bison-gnulib-{}.tar.xz".format(_GNULIB_VERSION)
2626

2727
_GNULIB_URLS = [
2828
"https://mirror.bazel.build/" + _URL_BASE,

0 commit comments

Comments
 (0)