mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Merge pull request #4096 from tpetazzoni/build-fix
lib/libzstd.mk: fix typo in the definition of LIB_BINDIR
This commit is contained in:
commit
0ff651dd87
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ LIBZSTD_MK_INCLUDED := 1
|
|||
|
||||
# By default, library's directory is same as this included makefile
|
||||
LIB_SRCDIR ?= $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
LIB_BINDIR ?= $(LIBSRC_DIR)
|
||||
LIB_BINDIR ?= $(LIB_SRCDIR)
|
||||
|
||||
# ZSTD_LIB_MINIFY is a helper variable that
|
||||
# configures a bunch of other variables to space-optimized defaults.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue