Skip to content

Commit

Permalink
install: Fix upper/lowercase for the winrt subdirectory too
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksysteam authored and mstorsjo committed Sep 10, 2023
1 parent 252a75f commit bc602c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ SDKVER=$(basename $(echo kits/10/include/* | awk '{print $NF}'))
# either the out of the box filename or with the lowercase name.
$ORIG/lowercase -map_winsdk -symlink kits/10/include/$SDKVER/um
$ORIG/lowercase -map_winsdk -symlink kits/10/include/$SDKVER/shared
$ORIG/lowercase -map_winsdk -symlink kits/10/include/$SDKVER/winrt
$ORIG/fixinclude -map_winsdk kits/10/include/$SDKVER/um
$ORIG/fixinclude -map_winsdk kits/10/include/$SDKVER/shared
$ORIG/fixinclude -map_winsdk kits/10/include/$SDKVER/winrt
for arch in x86 x64 arm arm64; do
if [ ! -d "kits/10/lib/$SDKVER/um/$arch" ]; then
continue
Expand Down

0 comments on commit bc602c7

Please sign in to comment.