Update build.py to properly build and copy libraries for Unity and Unreal (#120)
This commit is contained in:
@ -27,7 +27,7 @@ public class ScriptBatch
|
||||
proc.StartInfo.EnvironmentVariables["PATH"] = newPath;
|
||||
#endif
|
||||
proc.StartInfo.FileName = "python";
|
||||
proc.StartInfo.Arguments = "build.py for_unity";
|
||||
proc.StartInfo.Arguments = "build.py unity";
|
||||
proc.StartInfo.WorkingDirectory = "../..";
|
||||
proc.Start();
|
||||
proc.WaitForExit();
|
||||
|
Reference in New Issue
Block a user