mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
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:
commit
c62d90650a
1 changed files with 1 additions and 1 deletions
|
@ -2347,7 +2347,7 @@ function generate_makefile()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MF.WriteLine("set-test-env:");
|
MF.WriteLine("set-test-env:");
|
||||||
MF.WriteLine(" @set PATH=" + extra_path + ";%PATH%");
|
MF.WriteLine(" @set PATH=" + extra_path + ";$(PATH)");
|
||||||
|
|
||||||
MF.WriteBlankLines(2);
|
MF.WriteBlankLines(2);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue