fix compile on mac

This commit is contained in:
PaddleCI
2022-09-29 10:38:32 +08:00
parent 6e4c213f17
commit cc7220d321

View File

@@ -21,6 +21,8 @@ import sys
def process_paddle_inference(paddle_inference_so_file):
if platform.system().lower() != "linux":
return
rpaths = [
"$ORIGIN", "$ORIGIN/../../third_party/install/mkldnn/lib/",
"$ORIGIN/../../third_party/install/mklml/lib/",