mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue