Skip to content

Commit 25cef37

Browse files
committed
add lib prefix
1 parent a6afeb5 commit 25cef37

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-native-nuget.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
- name: Patch RPATH for paddle_inference_c.so(linux only)
8686
if: ${{ matrix.rid == 'linux-x64' || matrix.rid == 'linux-arm64' }}
8787
run: |
88-
echo "Current RPATH for paddle_inference_c.so"
89-
patchelf --print-rpath nuget/paddle_inference_c.so
88+
echo "Current RPATH for libpaddle_inference_c.so"
89+
patchelf --print-rpath nuget/libpaddle_inference_c.so
9090
91-
echo "Patching RPATH for paddle_inference_c.so"
92-
patchelf --set-rpath '$ORIGIN' nuget/paddle_inference_c.so
91+
echo "Patching RPATH for libpaddle_inference_c.so"
92+
patchelf --set-rpath '$ORIGIN' nuget/libpaddle_inference_c.so
9393
94-
echo "RPATH set to '$ORIGIN' for paddle_inference_c.so"
95-
patchelf --print-rpath nuget/paddle_inference_c.so
94+
echo "RPATH set to '$ORIGIN' for libpaddle_inference_c.so"
95+
patchelf --print-rpath nuget/libpaddle_inference_c.so
9696
9797
echo "RPATH patched successfully."
9898

0 commit comments

Comments
 (0)