Skip to content

Commit

Permalink
udate
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 3, 2024
1 parent f092ff3 commit 816c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/scripts/cygwin/cygwin-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ test -d /tmp/${NAME} && rm -rf /tmp/${NAME}
mkdir -p /tmp/${NAME}

cd ${__PROJECT__}/socat/
ldd ./socat | awk '{OFS = "_"; print $1 $3 ;}'
ldd ./socat | grep -V '/cygdrive/' | awk '{OFS = "_"; print $1 $3 ;}'

0 comments on commit 816c779

Please sign in to comment.