Skip to content

Commit 611e4a0

Browse files
embghswong3i
authored andcommitted
Export ZSTD_LEGACY_SUPPORT in tests/Makefile (facebook#3955)
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 facebook#3943 but I noticed after that merged, so putting up a separate PR.
1 parent f8b0d4c commit 611e4a0

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)