Skip to content

Commit

Permalink
update cygwin-pack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 12, 2025
2 parents 8e33e2c + d23f1a1 commit 465b4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/scripts/cygwin/cygwin-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mkdir -p /tmp/${NAME}/bin/

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 | grep -v '/cygdrive/' | awk '{print $3}' | xargs -I {} cp {} /tmp/${NAME}/bin/

ls -lh /tmp/${NAME}/

Expand Down

0 comments on commit 465b4c7

Please sign in to comment.