From 322e7e0239be8214553d282a9b611835b1137b2d Mon Sep 17 00:00:00 2001 From: Paolo Marrone Date: Mon, 16 Dec 2024 12:15:45 +0100 Subject: [PATCH] ios make add build bin/data dirs --- templates/ios-make/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/ios-make/Makefile b/templates/ios-make/Makefile index 5e47bef..7026c77 100644 --- a/templates/ios-make/Makefile +++ b/templates/ios-make/Makefile @@ -28,6 +28,9 @@ PLUGIN_DIR ?= src API_DIR ?= $(PLUGIN_DIR) MKINC_DIR ?= $(COMMON_DIR) +BUILD_BIN_DIR := build/gen/src +BUILD_DATA_DIR := build/gen/src + -include $(MKINC_DIR)/vars-pre.mk SOURCES := \