Skip to content

Commit 561fd22

Browse files
nalimilanstaticfloat
authored andcommitted
Revert mistaken removal of LBT_LDFLAGS line
1 parent f26d109 commit 561fd22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Make.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ else
3535
endif
3636

3737
LBT_CFLAGS := -g -O2 -std=c99 -fPIC -DLIBRARY_EXPORTS -D_GNU_SOURCE $(CFLAGS)
38+
LBT_LDFLAGS := $(LDFLAGS)
3839

3940
ifeq ($(OS),Linux)
4041
# On linux, we need to link `libdl` to get `dlopen`

0 commit comments

Comments
 (0)