Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Oct 25, 2024
1 parent c4a1cb5 commit f90b618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpiutil/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ nativeUtils.exportsConfigs {

cppHeadersZip {
def thirdpartyIncDirs = [
'src/main/native/thirdparty/argparse/include/',
'src/main/native/thirdparty/argparse/include',
'src/main/native/thirdparty/expected/include',
'src/main/native/thirdparty/fmtlib/include',
'src/main/native/thirdparty/json/include',
Expand Down

0 comments on commit f90b618

Please sign in to comment.