Make win32 dependencies submodule point to master.

Use the new git feature to point dependencies submodule to the tip of
its master.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2020-02-08 21:46:22 +00:00
parent 0b419ee849
commit 19dff6c911
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 0 deletions

1
.gitmodules vendored
View File

@ -1,3 +1,4 @@
[submodule "dependencies"] [submodule "dependencies"]
path = dependencies path = dependencies
url = https://github.com/visualboyadvance-m/dependencies.git url = https://github.com/visualboyadvance-m/dependencies.git
branch = master