diff --git a/build-wine32.txt b/build-wine32.txt index 00cf6cc8..75c4f301 100644 --- a/build-wine32.txt +++ b/build-wine32.txt @@ -3,13 +3,13 @@ c = 'winegcc' cpp = 'wineg++' ar = 'ar' strip = 'strip' -exe_wrapper = 'wine' [properties] +needs_exe_wrapper = true winelib = true c_args=['-m32'] -cpp_args=['-m32', '--no-gnu-unique'] +cpp_args=['-m32', '--no-gnu-unique', '-Wno-attributes'] cpp_link_args=['-m32', '-mwindows'] [host_machine]