Browse Source

Fix compat with newer wine that does not have winelib

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 1 year ago
parent
commit
bde84a3b8d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.mk

+ 1
- 0
Makefile.mk View File

@@ -75,6 +75,7 @@ wineasio_dll_LDFLAGS = -shared \
-L/opt/wine-staging/lib/wine \
-L/opt/wine-staging/lib$(M) \
-L/opt/wine-staging/lib$(M)/wine
wineasio_dll_LDFLAGS += -nostartfiles
wineasio_dll_DLLS = odbc32 \
ole32 \
winmm


Loading…
Cancel
Save