mirror of
https://github.com/facebook/zstd.git
synced 2025-12-08 00:03:24 -05:00
build_package.bat: fix path to zstd_errors.h (it is in lib not in lib/common)
closes gh-4318
This commit is contained in:
parent
76779f52c2
commit
97bc43cc68
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user