mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.uppbox: MakeInstall7 fixed issue with version
This commit is contained in:
parent
746c4740bb
commit
6b24dea49b
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ int FilterVersion(int c) { return c == ':' ? '_' : c; }
|
|||
|
||||
void Make(String pkg, String exe)
|
||||
{
|
||||
Syx("wine " + home + "/upp.win32/umk.exe u:/upp.src/uppsrc " + pkg + " u:/upp.src/uppbox/MakeInstall7/CLANGx64.bm" + " -arv "
|
||||
Syx("wine " + home + "/upp.win32/umk.exe u:/upp.tmp/upp/uppsrc " + pkg + " u:/upp.src/uppbox/MakeInstall7/CLANGx64.bm" + " -arv "
|
||||
+ "u:/upp.tmp/upp/" + exe);
|
||||
FileDelete(upptmp + "/" + ForceExt(exe, ".map"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue