umk: Using curl to fetch upphub instead of HttpRequest+Core/SSL (makes statically linked umk32s possible with upphub support)

This commit is contained in:
Mirek Fidler 2023-06-03 20:56:42 +02:00
parent 555e99a8d3
commit 02ce73828f
4 changed files with 13 additions and 6 deletions

View file

@ -127,7 +127,7 @@ CONSOLE_APP_MAIN
#endif
#ifdef PLATFORM_LINUX
Syx(GetHomeDirFile("bin/umk") + " ./uppsrc umk GCC32 " OPTS + "+NOSSL " + release + "/umks32");
Syx(GetHomeDirFile("bin/umk") + " ./uppsrc umk GCC32 " OPTS + release + "/umks32");
#endif
Syx(GetHomeDirFile("bin/umk") + " ./uppsrc umk GCC +NOMM -rvsM");