From 12f3b566413d62f3e5a8d3346ba4b29c7600542d Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Tue, 15 Oct 2019 09:16:15 -0700 Subject: [PATCH] mac debug binary fix --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2acb74ce..d0cf39bd 100644 --- a/Makefile +++ b/Makefile @@ -332,6 +332,8 @@ VERSION = $(shell tools/version_utils version) BUILD_NUMBER = $(shell tools/version_utils build) BUILD_DIR = ${PROJ_DIR}/build +STAGE_ASSETS = ${PROJ_DIR}/tools/stage_assets + # Things to ignore when doing root level cleans. ROOT_CLEAN_IGNORES = --exclude=assets/src_master \ --exclude=config/localconfig.json \