haxe.patch 380 B

123456789101112131415161718
  1. Index: install.ml
  2. --- install.ml.orig 2008-05-26 12:49:40 +0200
  3. +++ install.ml 2008-05-30 11:43:14 +0200
  4. @@ -161,10 +161,10 @@
  5. in
  6. let startdir = Sys.getcwd() in
  7. try
  8. - download();
  9. + (* download(); *)
  10. compile();
  11. Sys.chdir startdir;
  12. with
  13. Failure msg ->
  14. Sys.chdir startdir;
  15. - prerr_endline msg; exit 1
  16. \ No newline at end of file
  17. + prerr_endline msg; exit 1