]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/build_all
skip apple options
[wxWidgets.git] / debian / build_all
index 744a4241ed8f9742dc79896d850d0fcec4e5f98b..9573398c5627c223a8ac0fceb4b00813bb6cd807 100755 (executable)
@@ -3,7 +3,6 @@
 # Name:       debian/build_all
 # Purpose:    build both ANSI and Unicode Debian packages at once
 # Created:    2006-12-13
-# RCS-ID:     $Id$
 # Copyright:  (c) 2006 Vadim Zeitlin <vadim@wxwindows.org>
 # Licence:    wxWindows licence
 ##############################################################################
@@ -44,6 +43,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