Merge branch 'PHP-7.0' into PHP-7.1

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

View file

@ -2325,7 +2325,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);