Skip to content

Commit

Permalink
find link.exe path with newer versions of VS
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 24, 2022
1 parent be1baec commit 2085ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/MSWindows/MINGW_BUILD.sh
Expand Up @@ -229,6 +229,10 @@ if [ "${DO_SERVICE}" == "1" ]; then
fi
done
fi
LINK=`find "$PF\\Microsoft Visual Studio" -name "link.exe" | grep -i "Hostx64/x64/link.exe" | sort -n | head -n 1`
if [ ! -z "${LINK}" ]; then
break 2
fi
done
done
#MC="C:\\Program Files\\Windows Kits\\8.1\\bin\\x64\\mc.exe"
Expand Down

0 comments on commit 2085ea1

Please sign in to comment.