Skip to content

Commit

Permalink
[fix] lame bug, used quotes where no need to quote
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Apr 10, 2023
1 parent cfa4005 commit 65b15ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

ifdef OPRFHOME
OPRFINCDIR=$(OPRFHOME)
LDFLAGS+=" -L$(OPRFHOME)"
LDFLAGS+= -L$(OPRFHOME)
else
OPRFINCDIR=/usr/include/oprf
endif
Expand Down

0 comments on commit 65b15ea

Please sign in to comment.