Skip to content

Commit f764788

Browse files
authored
Merge pull request #1624 from nlordell/fix/libjanet-ldflags
Fix `LDFLAGS` Usage in Makefile
2 parents 4701bc6 + 156fb0c commit f764788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ HOSTAR?=$(AR)
5454
# Symbols are (optionally) removed later, keep -g as default!
5555
CFLAGS?=-O2 -g
5656
LDFLAGS?=-rdynamic
57-
LIBJANET_LDFLAGS?=$(LD_FLAGS)
57+
LIBJANET_LDFLAGS?=$(LDFLAGS)
5858
RUN:=$(RUN)
5959

6060

0 commit comments

Comments
 (0)