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

See https://bugs.winehq.org/show_bug.cgi?id=47710 for details
This commit is contained in:
Hyunjin Song
2019-10-07 08:01:48 +09:00
committed by GitHub
parent 419321dd01
commit 16390f61a5

View File

@@ -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