mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
Makefile: Fix SDK build
This commit is contained in:
parent
43a131b97f
commit
5fd2584fa5
2
Makefile
2
Makefile
@ -110,7 +110,7 @@ clean:
|
|||||||
rm -rf $(BUILD_DIR)
|
rm -rf $(BUILD_DIR)
|
||||||
|
|
||||||
protonsdk:
|
protonsdk:
|
||||||
$(MAKE) $(MFLAGS) $(MAKEOVERRIDES) -C proton/docker $(UNSTRIPPED) PROTONSDK_VERSION=$(protonsdk_version) proton
|
$(MAKE) $(MFLAGS) $(MAKEOVERRIDES) -C docker $(UNSTRIPPED) PROTONSDK_VERSION=$(protonsdk_version) proton
|
||||||
|
|
||||||
configure: | $(BUILD_DIR)
|
configure: | $(BUILD_DIR)
|
||||||
if [ ! -e $(BUILD_DIR)/Makefile ]; then \
|
if [ ! -e $(BUILD_DIR)/Makefile ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user