Skip to content

Commit

Permalink
adjust flag to set py binding rpath
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Rezaii <[email protected]>
  • Loading branch information
arezaii committed Nov 27, 2024
1 parent 180a273 commit da6b202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/chapel-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@
LDFLAGS = []
LDFLAGS += [
"-L{}".format(chpl_lib_path),
"-Wl,-rpath,{}".format(chpl_lib_path),
"-lChplFrontendShared",
"-Wl,-rpath",
chpl_lib_path,
]

if str(chpl_variables.get("CHPL_SANITIZE")) == "address":
Expand Down

0 comments on commit da6b202

Please sign in to comment.