mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-31 01:21:42 +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
ae13658e1f
commit
cd301e43eb
@ -607,7 +607,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…
x
Reference in New Issue
Block a user