Skip to content

Commit

Permalink
build: fixed missing some compile params for building curvefs sdk.
Browse files Browse the repository at this point in the history
Signed-off-by: Wine93 <[email protected]>
Signed-off-by: fine97 <[email protected]>
  • Loading branch information
Wine93 committed Nov 23, 2023
1 parent 1d348e7 commit 2b02323
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions curvefs/sdk/java/native/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ cc_binary(
copts = CURVE_DEFAULT_COPTS,
linkopts = [
"-Wl,-rpath=/tmp/libcurvefs,--disable-new-dtags",
"-L/usr/lib/x86_64-linux-gnu/",
"-lhashkit",
],
deps = [
"@com_google_absl//absl/cleanup",
Expand Down
3 changes: 3 additions & 0 deletions curvefs/sdk/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<resource>
<directory>native/build</directory>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>

Expand Down

0 comments on commit 2b02323

Please sign in to comment.