mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-04-23 06:43:39 +03:00
build: Make sure wineopenx64.json depends on prefix.
So that deleting the prefix to recreate it also forces the file to be copied again.
This commit is contained in:
parent
1916502152
commit
cabe4dee6f
@ -609,7 +609,7 @@ $(eval $(call rules-source,wineopenxr,$(SRCDIR)/wineopenxr))
|
|||||||
# $(eval $(call rules-winemaker,wineopenxr,32,wineopenxr.dll))
|
# $(eval $(call rules-winemaker,wineopenxr,32,wineopenxr.dll))
|
||||||
$(eval $(call rules-winemaker,wineopenxr,64,wineopenxr.dll))
|
$(eval $(call rules-winemaker,wineopenxr,64,wineopenxr.dll))
|
||||||
|
|
||||||
$(DIST_WINEOPENXR_JSON64): $(WINEOPENXR_SRC)/wineopenxr64.json | dist_prefix
|
$(DIST_WINEOPENXR_JSON64): $(WINEOPENXR_SRC)/wineopenxr64.json dist_prefix
|
||||||
mkdir -p $(dir $@)
|
mkdir -p $(dir $@)
|
||||||
cp -a $< $@
|
cp -a $< $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user