mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
docs
This commit is contained in:
parent
c64bd5e317
commit
01b821fbc3
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user