Skip to content

Commit

Permalink
Needs -Wl
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Mar 4, 2024
1 parent 1fa8d27 commit 006aa31
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 @@ -12,7 +12,7 @@ STATIC := lib$(NAME).a

ifeq ($(shell uname), Linux)
SHARED := lib$(NAME).so
LDFLAGS := -rpath=.
LDFLAGS := -Wl,-rpath=.
else ifeq ($(shell uname), Darwin)
SHARED := lib$(NAME).dylib
endif
Expand Down

0 comments on commit 006aa31

Please sign in to comment.