Merge branch 'PHP-7.1'

* PHP-7.1:
  use rather the nmake var as it's evaluated on every run
This commit is contained in:
Anatol Belski 2016-10-27 22:36:28 +02:00
commit c62d90650a

View file

@ -2347,7 +2347,7 @@ function generate_makefile()
}
}
MF.WriteLine("set-test-env:");
MF.WriteLine(" @set PATH=" + extra_path + ";%PATH%");
MF.WriteLine(" @set PATH=" + extra_path + ";$(PATH)");
MF.WriteBlankLines(2);