https://github.com/JuliaLang/julia
Raw File
Tip revision: 4a010bb6e0134537a51ea2d5f93d23a5db98c9d7 authored by Milan Bouchet-Valat on 18 April 2024, 19:29:43 UTC
Fix `make install` from tarballs
Tip revision: 4a010bb
nghttp2.version
# -*- makefile -*-
## jll artifact
NGHTTP2_JLL_NAME := nghttp2

## source build
NGHTTP2_VER := 1.60.0
back to top