Skip to content

Commit

Permalink
Work around a winegcc bug of Wine >= 4.14 (#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong authored Oct 6, 2019
1 parent 419321d commit 16390f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/vst_base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ SET(WINE_CXX_ARGS
-I${WINE_INCLUDE_BASE_DIR}
-I${WINE_INCLUDE_DIR}/windows
-L${WINE_LIBRARY_DIR}
# Work around https://bugs.winehq.org/show_bug.cgi?id=47710
-D__WIDL_objidl_generated_name_0000000C=""
${CMAKE_CURRENT_SOURCE_DIR}/RemoteVstPlugin.cpp
-std=c++0x
-mwindows -lpthread -lole32 ${EXTRA_FLAGS} -fno-omit-frame-pointer
Expand Down

0 comments on commit 16390f6

Please sign in to comment.