Browse Source

Do not always link to /usr/lib/wine

Doing that makes linking stage fail when compiling for 32bit because it
will link against both /usr/lib/wine and /usr/lib32/wine
tags/v1.0.0
Térence Clastres Filipe Coelho <falktx@falktx.com> 4 years ago
parent
commit
60e6b475bd
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Makefile.mk

+ 0
- 1
Makefile.mk View File

@@ -60,7 +60,6 @@ wineasio_dll_LDFLAGS = -shared \
-m$(M) \
-mnocygwin \
$(wineasio_dll_MODULE:%=%.spec) \
-L/usr/lib/wine \
-L/usr/lib$(M)/wine \
-L/usr/lib/$(ARCH)-linux-gnu/wine \
-L/usr/lib/$(ARCH)-linux-gnu/wine-development \


Loading…
Cancel
Save