Skip to content

Commit f3d07f4

Browse files
committed
Do not use boost-dll in static builds
1 parent 8484430 commit f3d07f4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

vcpkg.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"license": "MIT",
1010
"supports": "(windows & !uwp) | linux | osx",
1111
"dependencies": [
12-
"boost-dll",
12+
{
13+
"name": "boost-dll",
14+
"platform": "!static"
15+
},
1316
"boost-multiprecision",
1417
"boost-test",
1518
"firebird",

0 commit comments

Comments
 (0)