From 6e2e04cf0565a5637d5545d26c09d6253c620618 Mon Sep 17 00:00:00 2001 From: pchome Date: Sat, 18 Aug 2018 12:05:09 +0300 Subject: [PATCH] [build] Don't run wine during winelib build process --- build-wine32.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]