Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 10, 2025
1 parent 8d8a2c3 commit 0b77a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sapi/scripts/cygwin/cygwin-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ mkdir -p /tmp/${NAME}
mkdir -p /tmp/${NAME}/etc/

cd ${__PROJECT__}/
ldd ${__PROJECT__}/bin/php.exe | grep -v '/cygdrive/' | awk '{print $3}'
ldd ${__PROJECT__}/bin/php.exe | grep -v '/cygdrive/' | awk '{print $3}' | xargs -I {} cp {} /tmp/${NAME}/
ldd ${__PROJECT__}/bin/php.exe -v | grep -v '/cygdrive/' | awk '{print $3}'
ldd ${__PROJECT__}/bin/php.exe -v | grep -v '/cygdrive/' | awk '{print $3}' | xargs -I {} cp {} /tmp/${NAME}/

ls -lh /tmp/${NAME}/

Expand Down

0 comments on commit 0b77a7c

Please sign in to comment.