summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-11-14 14:26:40 -0500
committerDavid Robillard <d@drobilla.net>2015-11-14 14:26:40 -0500
commitc6b3091f733038be11dd460ec6eda6cdfd38c584 (patch)
tree62bdeae6eee8808f20a5999c418bb6e1d24bd986 /wscript
parent29a6baf75b337150c468f11b4761098d55bb5d93 (diff)
downloaddrobillad-c6b3091f733038be11dd460ec6eda6cdfd38c584.tar.gz
drobillad-c6b3091f733038be11dd460ec6eda6cdfd38c584.tar.bz2
drobillad-c6b3091f733038be11dd460ec6eda6cdfd38c584.zip
Update submodule instructions
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 19ceb16..04a19b5 100644
--- a/wscript
+++ b/wscript
@@ -38,6 +38,7 @@ projects = '''
def update(ctx):
'updates all git submodules'
+ os.system('git submodule update')
for i in projects:
Logs.info('Updating %s' % i)
old_cwd = os.getcwd()