MAKEFILE: Make sure that the runtime library search path is also used at link time.
This commit is contained in:
parent
ba9769c258
commit
02aa4539cd
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -266,9 +266,9 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
|||
$(info *** Warning ***)
|
||||
else
|
||||
LIBPATH = $(subst :, ,$(LPATH))
|
||||
OS_LDFLAGS += $(patsubst %,-L%,$(LIBPATH))
|
||||
endif
|
||||
endif
|
||||
OS_LDFLAGS += $(patsubst %,-L%,$(LIBPATH))
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue