MAKEFILE: cleanup junk characters from 2c89387
This commit is contained in:
parent
9d4045c802
commit
f3e2c45d23
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -826,7 +826,7 @@ ifeq (${WIN32},) #*nix Environments (&& cygwin)
|
|||
ifeq (cygwin,$(OSTYPE))
|
||||
LIBEXT = $(LIBEXTSAVE)
|
||||
LIBPATH += /usr/lib/w32api
|
||||
ifneq (,$(call find_lib,winmm))
|
||||
ifneq (,$(call find_lib,winmm))
|
||||
OS_CCDEFS += -DHAVE_WINMM
|
||||
OS_LDFLAGS += -lwinmm
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue