build: Install wineopenxr64.json after the prefix is created.

This commit is contained in:
Rémi Bernon 2021-04-08 15:59:43 +02:00
parent 41d488deee
commit acded80882
No known key found for this signature in database
GPG key ID: 38D0E5827B54E5C9

View file

@ -583,7 +583,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_WINEOPENXR_JSON64): $(WINEOPENXR_SRC)/wineopenxr64.json | dist_prefix
mkdir -p $(dir $@)
cp -a $< $@