Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Feb 19, 2021
1 parent e218800 commit 09f53d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/mingw/build.sh
Expand Up @@ -242,7 +242,7 @@ cat $installprefix/origins.txt | sort | uniq > $installprefix/origins.new && mv

# Create package
DISTROOT=build_mingw64/dist/usr/x86_64-w64-mingw32/sys-root/mingw
DEBUGROOT=dist_DEBUG
DEBUGROOT=dist_debug
for file in $(find $DISTROOT -name '*.DEBUG' \( -type l -or -type f \)); do
dest=${file/$DISTROOT/$DEBUGROOT}
mkdir -p "$(dirname $dest)"
Expand Down

0 comments on commit 09f53d1

Please sign in to comment.