Skip to content
Snippets Groups Projects
Commit 1c9fccfb authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: enabled -ld for Linux

parent 5c0e6878
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,7 @@ else
BINFLAGS += -pie
LDFLAGS += -Wl,-z,relro,-z,now
endif
ifeq (,$(findstring BSD,$(UNAME)))
LDFLAGS += -ldl
endif
LDFLAGS += -ldl
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment