diff --git a/makefile b/makefile index 5a457d82..ee16af2e 100644 --- a/makefile +++ b/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