Skip to content

Commit

Permalink
[build] Fix tcpsockets header publishing (wpilibsuite#6367)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWildfong authored Feb 13, 2024
1 parent 1e168f3 commit 6b6a55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpinet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ cppHeadersZip {
from('src/main/native/thirdparty/libuv/include') {
into '/'
}
from('src/main/native/third_party/tcpsockets/include') {
from('src/main/native/thirdparty/tcpsockets/include') {
into '/'
}
}
Expand Down

0 comments on commit 6b6a55b

Please sign in to comment.