2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00
This commit is contained in:
Thomas Nagy 2011-10-23 08:41:30 +02:00
parent c64bd5e317
commit 01b821fbc3

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'