Skip to content

Commit 8e2b186

Browse files
committed
build.py - checkout submodules before build
1 parent 32e4962 commit 8e2b186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def copy_artifacts():
4848
execute("cp ./_spidermonkey_install/lib/libmozjs* ./python/pythonmonkey/")
4949

5050
def build():
51+
execute("git submodule update --init --recursive")
5152
ensure_spidermonkey()
5253
run_cmake_build()
5354
copy_artifacts()

0 commit comments

Comments
 (0)