External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
592B

  1. commit bde84a3b8d02112607cfa33f72b51e39b38790a8
  2. Author: falkTX <falktx@falktx.com>
  3. Date: Thu Feb 29 00:03:08 2024 +0100
  4. Fix compat with newer wine that does not have winelib
  5. Signed-off-by: falkTX <falktx@falktx.com>
  6. diff --git a/Makefile.mk b/Makefile.mk
  7. index 991fd5d..67ffafa 100644
  8. --- a/Makefile.mk
  9. +++ b/Makefile.mk
  10. @@ -75,6 +75,7 @@ wineasio_dll_LDFLAGS = -shared \
  11. -L/opt/wine-staging/lib/wine \
  12. -L/opt/wine-staging/lib$(M) \
  13. -L/opt/wine-staging/lib$(M)/wine
  14. +wineasio_dll_LDFLAGS += -nostartfiles
  15. wineasio_dll_DLLS = odbc32 \
  16. ole32 \
  17. winmm