Skip to content

Commit d4e09aa

Browse files
authored
Update sw.cpp
1 parent ccdf0c9 commit d4e09aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/build/cpp/static/sw.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
void configure(Solution &s)
1+
/*void configure(Solution &s)
22
{
33
auto &s1 = s.addSolution();
44
s1.Settings.Native.LibrariesType = LibraryType::Static;
55
66
auto &s2 = s.addSolution();
77
s2.Settings.Native.LibrariesType = LibraryType::Shared;
8-
}
8+
}*/
99

1010
void build(Solution &s)
1111
{

0 commit comments

Comments
 (0)