Skip to content

Commit

Permalink
fix build path
Browse files Browse the repository at this point in the history
Signed-off-by: Cocoa <i@uwucocoa.moe>
  • Loading branch information
cocoa-xu committed Sep 3, 2024
1 parent 7bfa6ce commit e88efc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef MIX_APP_PATH
MIX_APP_PATH=_build/default/lib/tflite_beam
MIX_APP_PATH=$(shell pwd)
PRIV_DIR=$(shell pwd)/priv
else
PRIV_DIR = $(MIX_APP_PATH)/priv
Expand Down

0 comments on commit e88efc0

Please sign in to comment.