Skip to content

Commit 2a16fad

Browse files
committed
Move library flag to appropriate variable
1 parent 41d7c1c commit 2a16fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ LIB=-lcurl -ljansson
3333

3434
# Maximum configuration file size length; allocate on the stack; check errors
3535
# Report all warnings, treat warnings as errors
36-
CFLAGS=-DINI_MAX_LINE=2048 -DINI_USE_STACK=0 -DINI_ALLOW_REALLOC=1 -DINI_STOP_ON_FIRST_ERROR=1 -Wall -Werror -L/usr/local/lib
36+
CFLAGS=-DINI_MAX_LINE=2048 -DINI_USE_STACK=0 -DINI_ALLOW_REALLOC=1 -DINI_STOP_ON_FIRST_ERROR=1 -Wall -Werror
37+
LDFLAGS=-L/usr/local/lib
3738

3839
# Help: Set DEBUG=1 to compile with debug information.
3940
ifdef DEBUG

0 commit comments

Comments
 (0)