Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around a winegcc bug of Wine >= 4.14 (stable-1.2) #5210

Merged
merged 1 commit into from Oct 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions plugins/vst_base/CMakeLists.txt
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