From: Vadim Zeitlin Date: Sat, 19 May 2007 00:43:18 +0000 (+0000) Subject: restore WX_UNICODE after building ANSI packages X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7239c22f2b8aaf22735bdf943cbfdf23524acbe2 restore WX_UNICODE after building ANSI packages git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/debian/build_all b/debian/build_all index 744a4241ed..80feb45de5 100755 --- a/debian/build_all +++ b/debian/build_all @@ -44,6 +44,7 @@ rm debian/control ./debian/rules debian/control dpkg-buildpackage -rfakeroot > /dev/null +sed -i '/^WX_UNICODE := /s/0/1/' debian/rules fakeroot ./debian/rules clean ) 2>&1 | tee $wx_dir/debian/build.log