Skip to content

Commit

Permalink
Merge pull request #33 from fastrizwaan/patch-1
Browse files Browse the repository at this point in the history
msiexec needed for xna31.msi and others
  • Loading branch information
GloriousEggroll authored Mar 22, 2021
2 parents 7101355 + 59ba35a commit dfe4fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/makefile_base.mak
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ wine64-intermediate: $(WINE_CONFIGURE_FILES64)
+$(MAKE) -C $(WINE_OBJ64) $(WINE64_MAKE_ARGS) install-lib install-dev
if [ "$(UNSTRIPPED_BUILD)" == "" ]; then rm -rf $(DST_DIR)/lib64/wine/.debug; fi
if [ "$(UNSTRIPPED_BUILD)" != "" ]; then make -C $(WINE_OBJ64) $(WINE64_MAKE_ARGS) install-cross-debug; cp -af $(TOOLS_DIR64)/lib64/wine/.debug $(DST_DIR)/lib64/wine/; fi
rm -f $(DST_DIR)/bin/{msiexec,notepad,regedit,regsvr32,wineboot,winecfg,wineconsole,winedbg,winefile,winemine,winepath}
rm -f $(DST_DIR)/bin/{notepad,regedit,regsvr32,wineboot,winecfg,wineconsole,winedbg,winefile,winemine,winepath}
rm -rf $(DST_DIR)/share/man/

## This installs 32-bit stuff manually, see
Expand Down

0 comments on commit dfe4fa9

Please sign in to comment.