From c6b3091f733038be11dd460ec6eda6cdfd38c584 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Nov 2015 14:26:40 -0500 Subject: Update submodule instructions --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') 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() -- cgit v1.2.1