Browse Source

Remove -mnocygwin

The flag is useless as it is, since it should be -mno-cygwin. That being
said, fixing the flag prevent regsvr32 from registring the lib properly.

Since no one seems to have realized the flag was not working, it should be
safe to remove it.

This fixes https://github.com/wineasio/wineasio/issues/115

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
pull/116/head
Alexandre Demers 7 months ago
parent
commit
4d06f8f83e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Makefile.mk

+ 0
- 1
Makefile.mk View File

@@ -56,7 +56,6 @@ wineasio_dll_C_SRCS = asio.c \
regsvr.c
wineasio_dll_LDFLAGS = -shared \
-m$(M) \
-mnocygwin \
wineasio.dll.spec \
-L/usr/lib$(M)/wine \
-L/usr/lib/wine \


Loading…
Cancel
Save