mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-30 19:24:32 +01:00
parent
4e0905bd48
commit
836821d00a
3 changed files with 15 additions and 4 deletions
|
|
@ -330,13 +330,11 @@ $(eval $(call rules-cmake,openxr,64))
|
|||
## Note 32-bit is not supported by SteamVR, so we don't build it.
|
||||
##
|
||||
|
||||
WINEOPENXR_LDFLAGS = -lopenxr_loader -ldxgi -lvulkan -ldl
|
||||
|
||||
WINEOPENXR_LDFLAGS = -lopenxr_loader
|
||||
WINEOPENXR_DEPENDS = wine openxr
|
||||
|
||||
$(eval $(call rules-source,wineopenxr,$(SRCDIR)/wineopenxr))
|
||||
# $(eval $(call rules-winemaker,wineopenxr,32,wineopenxr.dll))
|
||||
$(eval $(call rules-winemaker,wineopenxr,64,wineopenxr.dll))
|
||||
$(eval $(call rules-makedep,wineopenxr,64))
|
||||
|
||||
DIST_WINEOPENXR_JSON64 := $(DIST_PREFIX)/drive_c/openxr/wineopenxr64.json
|
||||
$(WINEOPENXR_SRC)/wineopenxr64.json: wineopenxr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue