Skip to content

Commit

Permalink
libzeep 6.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo committed Aug 11, 2024
1 parent 00082f3 commit 9ff8c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/libzeep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class hello_controller : public zh::controller
return result;
}
EOS
system ENV.cxx, "test.cpp", "-o", "test",
system ENV.cxx, "test.cpp", "-o", "test",
"-std=c++17", "-I#{include}",
"-I#{Formula["boost"].opt_include}",
"-L#{lib}", "-lzeep"
Expand Down

0 comments on commit 9ff8c40

Please sign in to comment.