This commit is contained in:
Thomas Nagy 2011-10-23 08:41:30 +02:00
parent c64bd5e317
commit 01b821fbc3
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ import shutil, os
from waflib import Build
class package_cls(Build.InstallContext):
# to skip the installation phase (not recommended!):
# use "package_cls(Build.BuildContext)" instead of "package_cls(Build.InstallContext)",
# remove the "init_dirs" method
# change "self.tmp" to "self.bldnode"
cmd = 'package'
fun = 'build'