Skip to content

Commit 134d280

Browse files
authored
Export ZSTD_LEGACY_SUPPORT in tests/Makefile
This doesn't affect most of the targets, but will help me sleep better at night knowing that future refactors won't break the legacy support. Should have been included in #3943 but I noticed after that merged, so putting up a separate PR.
1 parent db996d2 commit 134d280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# ##########################################################################
2222

2323
ZSTD_LEGACY_SUPPORT ?= 5
24+
export ZSTD_LEGACY_SUPPORT
2425

2526
DEBUGLEVEL ?= 2
2627
export DEBUGLEVEL # transmit value to sub-makefiles

0 commit comments

Comments
 (0)