Skip to content

Commit

Permalink
Try to fix SW build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Jul 7, 2023
1 parent c985b3f commit 7932c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/sw.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ void build(Solution &s) {
base += "third_party/xdg_user_dirs/.*"_rr;
if (base.getBuildSettings().TargetOS.isApple())
base += "third_party/portaudio/.*"_rr;
base += "third_party/custom_c_allocator/.*"_rr;
base -= "build/.*"_rr;
setup_target(base, "base", false);
if (base.getBuildSettings().TargetOS.Type == OSType::Windows) {
Expand Down

0 comments on commit 7932c76

Please sign in to comment.