From 8e7a5fc21d2468838803b777b5ed45f47abf63df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Tue, 22 Sep 2020 08:59:16 +0200 Subject: [PATCH] build: Remove unused NO_DXVK option. --- build/makefile_base.mak | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/makefile_base.mak b/build/makefile_base.mak index 8d2554bc..d8519004 100644 --- a/build/makefile_base.mak +++ b/build/makefile_base.mak @@ -25,7 +25,6 @@ else # (Rest of the file is the else) # We expect the configure script to conditionally set the following: # SRCDIR - Path to source # BUILD_NAME - Name of the build for manifests etc. -# NO_DXVK - 1 if skipping DXVK steps # STEAMRT64_MODE - 'docker' or '' for automatic Steam Runtime container # STEAMRT64_IMAGE - Name of the image if mode is set # STEAMRT32_MODE - Same as above for 32-bit container (can be different type) @@ -1439,8 +1438,6 @@ vrclient32: $(VRCLIENT_CONFIGURE_FILES32) | $(WINE_BUILDTOOLS32) $(filter $(MAKE ## Create & configure object directory for dxvk -ifneq ($(NO_DXVK),1) # May be disabled by configure - DXVK_CONFIGURE_FILES32 := $(DXVK_OBJ32)/build.ninja DXVK_CONFIGURE_FILES64 := $(DXVK_OBJ64)/build.ninja @@ -1503,8 +1500,6 @@ dxvk32: $(DXVK_CONFIGURE_FILES32) cp -f "$(DXVK_OBJ32)"/bin/dxvk_config.dll "$(DST_DIR)"/lib/wine/dxvk rm -f "$(DST_DIR)"/lib/wine/dxvk/version && if test -e $(SRCDIR)/.git; then ( cd $(SRCDIR) && git submodule status -- dxvk ) > "$(DST_DIR)"/lib/wine/dxvk/version; fi -endif # NO_DXVK - # VKD3D VKD3D_CONFIGURE_FILES32 := $(VKD3D_OBJ32)/build.ninja