mirror of
https://github.com/boostorg/build.git
synced 2026-02-10 23:32:20 +00:00
Merge pull request #293 from rdoeffinger/libnames-msvc-fix
Find lzma and zstd for VisualC++ builds.
This commit is contained in:
@@ -24,7 +24,8 @@ import property ;
|
||||
import property-set ;
|
||||
|
||||
header = lzma.h ;
|
||||
names = lzma ;
|
||||
# liblzma only needed for VisualC++ builds
|
||||
names = lzma liblzma ;
|
||||
|
||||
library-id = 0 ;
|
||||
|
||||
|
||||
@@ -24,7 +24,9 @@ import property ;
|
||||
import property-set ;
|
||||
|
||||
header = zstd.h ;
|
||||
names = zstd ;
|
||||
# libzstd only needed for VisualC++ builds
|
||||
# *_static variants for prebuilt Windows static libraries
|
||||
names = zstd zstd_static libzstd libzstd_static ;
|
||||
|
||||
library-id = 0 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user