Skip to content

Commit

Permalink
[sw] Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Aug 4, 2023
1 parent 222406e commit 8b90504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/sw.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ void build(Solution &s) {
base += "third_party/portaudio/.*"_rr;
base -= "build/.*"_rr;
setup_target(base, "base", false);
base -= "peer/stun_server.cc";
base -= "peer/stun_peer.cc";
if (base.getBuildSettings().TargetOS.Type == OSType::Windows) {
base.Public += "UNICODE"_def;
base.Public += "WIN32_LEAN_AND_MEAN"_def;
Expand Down

0 comments on commit 8b90504

Please sign in to comment.