Skip to content

Commit

Permalink
Protect linker arguments from Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak authored May 6, 2024
1 parent e6c62d5 commit 2352c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ ifeq ($(shell uname -s),Darwin)
END_STATIC =

# We need to use special flags to let us rename libraries
LD_RENAMEABLE_FLAGS = -headerpad -headerpad_max_install_names
LD_RENAMEABLE_FLAGS = -Wl,-headerpad -Wl,-headerpad_max_install_names
else
# We are not running on OS X
$(info OS is Linux)
Expand Down

1 comment on commit 2352c3d

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch pad-libdeflate. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17224 seconds

Please sign in to comment.