We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d006d5f commit 7b0a042Copy full SHA for 7b0a042
python_build/Makefile
@@ -90,7 +90,7 @@ linkPY: soospatchPY
90
cloneNX:
91
wget -O $(_NXFILE) "https://github.com/nx-python/_nx/archive/$(_NXVERS).zip"
92
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"
+ wget -O $(IMGUIFILE) "https://github.com/nx-python/switch-imgui/archive/$(IMGUIVERS).zip"
94
unzip -o $(_NXFILE)
95
unzip -o $(NXFILE)
96
unzip -o $(IMGUIFILE)
0 commit comments