mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
umk: Using curl to fetch upphub instead of HttpRequest+Core/SSL (makes statically linked umk32s possible with upphub support)
This commit is contained in:
parent
555e99a8d3
commit
02ce73828f
4 changed files with 13 additions and 6 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue