]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
build_package.bat: fix path to zstd_errors.h (it is in lib not in lib/common)
authorSergey G. Brester <github@sebres.de>
Wed, 26 Feb 2025 18:27:44 +0000 (19:27 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 18:27:44 +0000 (19:27 +0100)
closes gh-4318

lib/dll/example/build_package.bat

index 8baabc7b2c6e47e24476b7419195e546b65322f8..6a93efa25dd6f1a97c74dfbfd74093f56e16deaa 100644 (file)
@@ -15,6 +15,6 @@ COPY lib\dll\example\Makefile bin\example\
 COPY lib\dll\example\fullbench-dll.* bin\example\
 COPY lib\dll\example\README.md bin\
 COPY lib\zstd.h bin\include\
-COPY lib\common\zstd_errors.h bin\include\
+COPY lib\zstd_errors.h bin\include\
 COPY lib\dictBuilder\zdict.h bin\include\
 COPY programs\zstd.exe bin\zstd.exe