Skip to content

Commit

Permalink
Setup script now updates git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCherno committed Sep 16, 2021
1 parent 3314e83 commit 26dd166
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/Setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
premakeInstalled = PremakeRequirements.Validate()
VulkanRequirements.Validate()

print("\nUpdating submodules...")
subprocess.call(["git", "submodule", "update", "--init", "--recursive"])

if (premakeInstalled):
if platform.system() == "Windows":
print("\nRunning premake...")
Expand Down

0 comments on commit 26dd166

Please sign in to comment.