Merge pull request #4096 from tpetazzoni/build-fix
facebook/zstd/commit / short-tests-0 (push) Has been cancelled
facebook/zstd/commit / short-tests-1 (push) Has been cancelled
facebook/zstd/commit / regression-test (push) Has been cancelled
facebook/zstd/nightly / regression-test (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
facebook/zstd/commit / short-tests-0 (push) Has been cancelled
facebook/zstd/commit / short-tests-1 (push) Has been cancelled
facebook/zstd/commit / regression-test (push) Has been cancelled
facebook/zstd/nightly / regression-test (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
lib/libzstd.mk: fix typo in the definition of LIB_BINDIR
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user