mirror of
https://github.com/pmmp/PHP-Binaries.git
synced 2025-04-03 19:05:20 +00:00
fixed windows patch
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,3 +1,4 @@
|
||||
*.sh text eol=lf
|
||||
*.bat text eol=crlf
|
||||
*.ps1 text eol=crlf
|
||||
*.ps1 text eol=crlf
|
||||
*.patch binary
|
@ -1,8 +1,8 @@
|
||||
diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php
|
||||
index b8c6af9d27..4b013fcefe 100644
|
||||
index f97c49c9..e6853387 100644
|
||||
--- a/win32/build/mkdist.php
|
||||
+++ b/win32/build/mkdist.php
|
||||
@@ -204,7 +204,8 @@ function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
|
||||
@@ -210,7 +210,8 @@ function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
|
||||
|
||||
/* the core dll */
|
||||
copy("$build_dir/php.exe", "$dist_dir/php.exe");
|
||||
|
@ -49,7 +49,7 @@ cd php-src
|
||||
|
||||
REM TODO: remove this (won't be needed as of RC2)
|
||||
call :pm-echo "Applying mkdist patch..."
|
||||
git apply "%script_path%\win32\copy-static-deps.patch"
|
||||
git apply --ignore-space-change --ignore-whitespace "%script_path%\win32\copy-static-deps.patch"
|
||||
cd ..
|
||||
|
||||
call :pm-echo "Getting dependencies..."
|
||||
|
Reference in New Issue
Block a user