build: Remove submodule updates

This commit is contained in:
Matt Borgerson 2020-05-25 15:10:10 -07:00
parent 5855f9a388
commit aa149a583a
1 changed files with 0 additions and 4 deletions

View File

@ -146,10 +146,6 @@ case "$(uname -s)" in # Adjust compilation options based on platform
;;
esac
# Ensure required submodules get checked out
git submodule update --init ui/inih
git submodule update --init ui/imgui
# find absolute path (and resolve symlinks) to build out of tree
configure="$(dirname "$($readlink -f "${0}")")/configure"