mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +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,64,wineopenxr.dll))
|
||||
|
||||
$(DIST_WINEOPENXR_JSON64): $(WINEOPENXR_SRC)/wineopenxr64.json | dist_prefix
|
||||
$(DIST_WINEOPENXR_JSON64): $(WINEOPENXR_SRC)/wineopenxr64.json dist_prefix
|
||||
mkdir -p $(dir $@)
|
||||
cp -a $< $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user