mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 05:58:03 +01:00
wineopenxr: Add openxr support
This commit is contained in:
parent
6bf3e1701b
commit
38f603d7bf
16 changed files with 7690 additions and 5 deletions
5
Makefile
5
Makefile
|
|
@ -172,3 +172,8 @@ vrclient: configure
|
|||
vagrant ssh -c 'make -C $(BUILD_DIR)/ $(UNSTRIPPED) $(CCACHE_FLAG) vrclient && \
|
||||
cp -f $(BUILD_DIR)/dist/dist/lib/wine/vrclient.dll.so /vagrant/vrclient/lib/wine && \
|
||||
cp -f $(BUILD_DIR)/dist/dist/lib64/wine/vrclient_x64.dll.so /vagrant/vrclient/lib64/wine'
|
||||
|
||||
wineopenxr: configure
|
||||
mkdir -p vagrant_share/wineopenxr/lib64/wine
|
||||
vagrant ssh -c 'make -C $(BUILD_DIR)/ $(UNSTRIPPED) $(CCACHE_FLAG) wineopenxr && \
|
||||
cp -f $(BUILD_DIR)/dist/dist/lib64/wine/wineopenxr.dll.so /vagrant/wineopenxr/lib64/wine'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue