mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-30 17:11:38 +03:00
parent
227ff174d5
commit
72c797eb23
@ -668,11 +668,7 @@ $(eval $(call rules-source,wine,$(SRCDIR)/wine))
|
||||
$(eval $(call rules-autoconf,wine,32))
|
||||
$(eval $(call rules-autoconf,wine,64))
|
||||
|
||||
$(WINE_SRC)/configure: $(SRCDIR)/wine/configure.ac | $(OBJ)/.wine-source
|
||||
cd $(WINE_SRC) && autoreconf -fi
|
||||
touch $@
|
||||
|
||||
$(OBJ)/.wine-post-source: $(WINE_SRC)/configure
|
||||
$(OBJ)/.wine-post-source:
|
||||
cd $(WINE_SRC) && tools/make_requests
|
||||
touch $@
|
||||
|
||||
|
@ -9,6 +9,7 @@ $(call create-rules-common,$(1),$(2),$(3))
|
||||
ifeq ($(CONTAINER),1)
|
||||
$$(OBJ)/.$(1)-configure$(3): $$($(2)_SRC)/configure.ac
|
||||
@echo ":: configuring $(3)bit $(1)..." >&2
|
||||
cd "$$($(2)_SRC)" && autoreconf -fiv
|
||||
rm -rf "$$($(2)_OBJ$(3))/config.cache"
|
||||
|
||||
cd "$$($(2)_OBJ$(3))" && env $$($(2)_ENV$(3)) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user