Skip to content

Commit

Permalink
Fix wine build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Sep 2, 2023
1 parent 1d24af0 commit c35261e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/jackbridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ WINE_BUILD_FLAGS = $(filter-out -flto,$(BUILD_CXX_FLAGS))
WINE_LINK_FLAGS = $(filter-out -flto -static-libgcc -static-libstdc++,$(LINK_FLAGS))
WINE_LINK_FLAGS += $(LIBDL_LIBS)
WINE_LINK_FLAGS += -pthread
WINE_LINK_FLAGS += -lpthread
WINE_LINK_FLAGS += -lstdc++

ifneq ($(MACOS),true)
Expand Down

0 comments on commit c35261e

Please sign in to comment.