mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-27 07:31:44 +03:00
makefile_base.mak: Don't run symlink-vrclient step in container
Unnecessary container annotation
This commit is contained in:
parent
5934094828
commit
303c9d680c
@ -729,7 +729,6 @@ VRCLIENT_CONFIGURE_FILES64 := $(VRCLIENT_OBJ64)/Makefile
|
|||||||
|
|
||||||
# The source directory for vrclient32 is a synthetic symlink clone of the oddly named vrclient_x64 with the spec files
|
# The source directory for vrclient32 is a synthetic symlink clone of the oddly named vrclient_x64 with the spec files
|
||||||
# renamed.
|
# renamed.
|
||||||
$(VRCLIENT32): SHELL = $(CONTAINER_SHELL32)
|
|
||||||
$(VRCLIENT32): $(VRCLIENT) $(MAKEFILE_DEP)
|
$(VRCLIENT32): $(VRCLIENT) $(MAKEFILE_DEP)
|
||||||
rm -rf ./$(VRCLIENT32)
|
rm -rf ./$(VRCLIENT32)
|
||||||
mkdir -p $(VRCLIENT32)/vrclient
|
mkdir -p $(VRCLIENT32)/vrclient
|
||||||
|
Loading…
x
Reference in New Issue
Block a user