From a6e44fcd0e08b4ca18e80858e86e3121355a60d7 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Wed, 16 Oct 2024 15:29:20 -0600 Subject: [PATCH] Moved export to Darwin if --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index 6c5d856..2f5b5a0 100644 --- a/client/Makefile +++ b/client/Makefile @@ -15,6 +15,7 @@ ifeq ($(UNAME_S),Linux) GDB = gdb endif ifeq ($(UNAME_S),Darwin) + export MVK_CONFIG_USE_METAL_ARGUMENT_BUFFERS=1 DSYM = dsymutil GDB = lldb EXTRA_DEBUG_REQUIREMENTS = roleplay.dSYM @@ -23,7 +24,6 @@ endif CC ?= clang CXX ?= clang++ -export MVK_CONFIG_USE_METAL_ARGUMENT_BUFFERS=1 .PHONY: all all: roleplay $(SPV_FILES)