Skip to content

Commit e4c603b

Browse files
committed
lz4 library build updated: made copying of all header files
1 parent 6332f5e commit e4c603b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/helpers/dependencies.cmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ if %ARCH% == X86 (
5656
)
5757
7z a -r %DOWNLOADS_DIR%\%DEPS_ZIP% %DEPENDENCIES_BIN_DIR%\zstd
5858

59+
:SKIP_ZSTD
60+
5961
:LZ4
6062
TITLE "Building lz4"
6163
IF "%LZ4_RELEASE%" == "" set LZ4_RELEASE=1.9.3
@@ -74,17 +76,16 @@ CD ../..
7476
MKDIR %DEPENDENCIES_BIN_DIR%\lz4
7577
MKDIR %DEPENDENCIES_BIN_DIR%\lz4\include
7678
MKDIR %DEPENDENCIES_BIN_DIR%\lz4\lib
77-
cp lib\lz4.h %DEPENDENCIES_BIN_DIR%\lz4\include
79+
cp lib/*.h %DEPENDENCIES_BIN_DIR%\lz4\include
7880
if %ARCH% == X86 (
7981
cp -va build/VS2017/bin/Win32_Release/liblz4* %DEPENDENCIES_BIN_DIR%\lz4\lib
8082
) else (
8183
cp -va build/VS2017/bin/x64_Release/liblz4* %DEPENDENCIES_BIN_DIR%\lz4\lib
8284
)
8385
7z a -r %DOWNLOADS_DIR%\%DEPS_ZIP% %DEPENDENCIES_BIN_DIR%\lz4
8486

85-
:SKIP_ZSTD
86-
8787
REM TO-DO: overwrite to build rules
88+
8889
:DOWNLOAD_MSYS_UTILS
8990
TITLE Download msys utils...
9091
CD /D %DOWNLOADS_DIR%

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy