mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
commit
3f12d852ec
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue