Skip to content

Commit

Permalink
Remove openlibm from stdlib/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Oct 10, 2021
1 parent 1ef9d93 commit dd56051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ $(build_datarootdir)/julia/stdlib/$(VERSDIR):
mkdir -p $@

JLLS = DSFMT GMP CURL LIBGIT2 LLVM LIBSSH2 LIBUV MBEDTLS MPFR NGHTTP2 \
BLASTRAMPOLINE OPENBLAS OPENLIBM P7ZIP PCRE LIBSUITESPARSE ZLIB \
LLVMUNWIND CSL UNWIND
BLASTRAMPOLINE OPENBLAS P7ZIP PCRE LIBSUITESPARSE ZLIB \
LLVMUNWIND CSL UNWIND # OPENLIBM

# Initialize this with JLLs that aren't in deps/Versions.make
JLL_NAMES := MozillaCACerts_jll
Expand Down

0 comments on commit dd56051

Please sign in to comment.