Skip to content

Commit

Permalink
bug fix for 64 bit Jamulus crashes with Jack Audio on Windows #93, th…
Browse files Browse the repository at this point in the history
…anks to elliotclee
  • Loading branch information
corrados committed Apr 24, 2020
1 parent 94057d5 commit 0a7967c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jamulus.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0a7967c

Please sign in to comment.