mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix typo in makefile variable name that prevents zlib from being recognized
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16656 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0fd3061a28
commit
94926f0106
@ -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