⬆️ Fixed Simple INI Parser submodule dependency.

main
Nichole Mattera 3 years ago
parent 714a670f99
commit 23ffd1a794
  1. 6
      .gitmodules
  2. 2
      Makefile
  3. 1
      Simple-INI-Parser
  4. 1
      SimpleIniParser

6
.gitmodules vendored

@ -1,3 +1,3 @@
[submodule "SimpleIniParser"]
path = SimpleIniParser
url = https://github.com/AtlasNX/SimpleIniParser.git
[submodule "Simple-INI-Parser"]
path = Simple-INI-Parser
url = https://git.nicholemattera.com/NicholeMattera/Simple-INI-Parser.git

@ -74,7 +74,7 @@ endif
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS := $(PORTLIBS) $(LIBNX) $(CURDIR)/SimpleIniParser
LIBDIRS := $(PORTLIBS) $(LIBNX) $(CURDIR)/Simple-INI-Parser
#---------------------------------------------------------------------------------

@ -0,0 +1 @@
Subproject commit 5c341008bcafeda1e9e91a88e9c44260ebe6ffd9

@ -1 +0,0 @@
Subproject commit 96f8dd3814e44680edefca260482a59964ad8652
Loading…
Cancel
Save