restore WX_UNICODE after building ANSI packages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-05-19 00:43:18 +00:00
parent b181f9a580
commit 7239c22f2b

1
debian/build_all vendored
View File

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