Skip to content

Commit e88efc0

Browse files
committed
fix build path
Signed-off-by: Cocoa <i@uwucocoa.moe>
1 parent 7bfa6ce commit e88efc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef MIX_APP_PATH
2-
MIX_APP_PATH=_build/default/lib/tflite_beam
2+
MIX_APP_PATH=$(shell pwd)
33
PRIV_DIR=$(shell pwd)/priv
44
else
55
PRIV_DIR = $(MIX_APP_PATH)/priv

0 commit comments

Comments
 (0)