Skip to content

Commit 7b0a042

Browse files
committed
Change switch-imgui repo location
1 parent d006d5f commit 7b0a042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ linkPY: soospatchPY
9090
cloneNX:
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/elnardu/switch-imgui/archive/$(IMGUIVERS).zip"
93+
wget -O $(IMGUIFILE) "https://github.com/nx-python/switch-imgui/archive/$(IMGUIVERS).zip"
9494
unzip -o $(_NXFILE)
9595
unzip -o $(NXFILE)
9696
unzip -o $(IMGUIFILE)

0 commit comments

Comments
 (0)