Skip to content

Commit 4171de2

Browse files
committed
Yet another fix for esp32 prebuild
1 parent 17e6294 commit 4171de2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makeEspArduino.mk

+1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ BUILD_OPT_DST = $(BUILD_DIR)/$(BUILD_OPT_NAME)
290290
GEN_H_FILES += $(BUILD_OPT_DST)
291291
$(BUILD_OPT_DST): $(BUILD_OPT_SRC) | $(BUILD_DIR)
292292
cp $(BUILD_OPT_SRC) $(BUILD_OPT_DST)
293+
touch $(BUILD_DIR)/file_opts
293294
endif
294295

295296
# Build output root directory

0 commit comments

Comments
 (0)