Skip to content

Commit

Permalink
directx9: don't try to install devenum/quartz on win64
Browse files Browse the repository at this point in the history
  • Loading branch information
austin987 committed Feb 5, 2019
1 parent 1c8331f commit 834c279
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -6716,8 +6716,13 @@ load_directx9()

# How many of these do we really need?
# We should probably remove most of these...?
w_call devenum
w_call quartz

if [ "$W_ARCH" = "win64" ]; then
w_warn "Not installing native devenum/quartz (can't find a 64-bit devenum)."
else
w_call devenum
w_call quartz
fi

w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME
w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "msdmo.dll" "$W_TMP/dxnt.cab"
Expand Down

0 comments on commit 834c279

Please sign in to comment.