mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
More boost components for USVFS.
This commit is contained in:
+2
-1
@@ -231,8 +231,9 @@ namespace mob::tasks {
|
||||
// static link, static runtime, x64
|
||||
do_b2(components, "static", "static", arch::x64);
|
||||
|
||||
// static link, static runtime, x86, required by usvfs 32-bit
|
||||
// static link, static/shared runtime, x86, required by usvfs 32-bit
|
||||
do_b2(components, "static", "static", arch::x86);
|
||||
do_b2(components, "static", "shared", arch::x86);
|
||||
|
||||
// static link, shared runtime, x64
|
||||
do_b2(components, "static", "shared", arch::x64);
|
||||
|
||||
Reference in New Issue
Block a user