File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ _NXVERS := 5baa28b0ce6ab2c8390fd85cfc36e1086f2cede9
6161NXFILE := nx.zip
6262NXVERS := e0fb67e90e945c6f214f16a804ae1ca7fa211d95
6363IMGUIFILE := imgui.zip
64- IMGUIVERS := b93f16ca8f376cc13ec0a56c86940a23a99156b9
64+ IMGUIVERS := b4e26056141604119ba272ac8fcdda712187a1a9
6565
6666
6767
@@ -90,7 +90,7 @@ linkPY: soospatchPY
9090cloneNX :
9191 wget -O $(_NXFILE ) " https://github.com/nx-python/_nx/archive/$( _NXVERS) .zip"
9292 wget -O $(NXFILE ) " https://github.com/nx-python/nx/archive/$( NXVERS) .zip"
93- wget -O $(IMGUIFILE ) " https://github.com/nx-python/switch- imgui/archive/$( IMGUIVERS) .zip"
93+ wget -O $(IMGUIFILE ) " https://github.com/nx-python/imgui-switch /archive/$( IMGUIVERS) .zip"
9494 unzip -o $(_NXFILE )
9595 unzip -o $(NXFILE )
9696 unzip -o $(IMGUIFILE )
You can’t perform that action at this time.
0 commit comments