mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-06 05:52:49 +08:00
Merge pull request #4736 from mmalek/berkeleydb
[berkeleydb] fix exporting DLL symbols on Windows
This commit is contained in:
commit
f98d12cdbf
@ -15,12 +15,12 @@ add_definitions(
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
add_definitions(
|
||||
-D_LIB
|
||||
-DDB_CREATE_DLL
|
||||
-D_USRDLL
|
||||
)
|
||||
else()
|
||||
add_definitions(
|
||||
-DDB_CREATE_DLL
|
||||
-D_USRDLL
|
||||
-D_LIB
|
||||
)
|
||||
endif()
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: berkeleydb
|
||||
Version: 4.8.30-1
|
||||
Version: 4.8.30-2
|
||||
Description: A high-performance embedded database for key/value data.
|
||||
|
Loading…
Reference in New Issue
Block a user