mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Fix typo in makefile variable name that prevents zlib from being recognized
llvm-svn: 16656
This commit is contained in:
parent
fdf5f0f13a
commit
5c3b0b7e23
@ -157,7 +157,7 @@ endif
|
||||
|
||||
# Handle configured libraries
|
||||
HAVE_BZIP2 := @HAVE_BZIP2@
|
||||
HAVE_ZILB := @HAVE_ZLIB@
|
||||
HAVE_ZLIB := @HAVE_ZLIB@
|
||||
|
||||
# Installation directories, as provided by the configure script.
|
||||
exec_prefix = @exec_prefix@
|
||||
|
Loading…
Reference in New Issue
Block a user