bug fix for 64 bit Jamulus crashes with Jack Audio on Windows #93, thanks to elliotclee
This commit is contained in:
parent
94057d57cb
commit
0a7967ca71
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ win32 {
|
|||
-lwinmm \
|
||||
-lws2_32
|
||||
} else {
|
||||
QMAKE_LFLAGS += /DYNAMICBASE:NO # fixes crash with libjack64.dll, see https://github.com/corrados/jamulus/issues/93
|
||||
LIBS += ole32.lib \
|
||||
user32.lib \
|
||||
advapi32.lib \
|
||||
|
|
Loading…
Reference in a new issue