Skip to content

Commit

Permalink
Don't set rpath as it's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed Jan 25, 2024
1 parent c6114ef commit 63fbd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builders/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def build_macos():
# Path where we'll install libraries that we build
'DD_PREFIX_PATH': prefix_path,
# Common compilation flags
'LDFLAGS': f'-Wl,-rpath,{prefix_path}/lib -L{prefix_path}/lib',
'LDFLAGS': f'-L{prefix_path}/lib',
'CFLAGS': f'-I{prefix_path}/include -O2',
# Build command for extra platform-specific build steps
'DD_BUILD_COMMAND': f'bash {build_context_dir}/extra_build.sh'
Expand Down

0 comments on commit 63fbd2f

Please sign in to comment.