Skip to content

Commit

Permalink
Work around a winegcc bug of Wine >= 4.14 (#5211)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Oct 6, 2019
1 parent da09b2a commit 2df4fff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/modules/winegcc_wrapper.in
Expand Up @@ -58,6 +58,9 @@ if [ "$win64" = true ] && [ "$no_link" != true ]; then
extra_args="$extra_args @WINE_64_FLAGS@"
fi

# Work around https://bugs.winehq.org/show_bug.cgi?id=47710
extra_args="$extra_args -D__WIDL_objidl_generated_name_0000000C="

# Run winegcc
export WINEBUILD=@WINE_BUILD@
@WINE_CXX@ $extra_args $args
Expand Down

0 comments on commit 2df4fff

Please sign in to comment.