Fix daemon build script target path

This commit is contained in:
2026-05-08 08:36:36 -07:00
parent b8e8717fe6
commit 0adc90a9f1
+1 -1
View File
@@ -67,7 +67,7 @@ case "$MODE" in
esac
if [[ "$MODE" == "daemon" ]]; then
make -j"$JOBS" $DAEMON_TARGETS
make -C src -j"$JOBS" $DAEMON_TARGETS
else
make -j"$JOBS"
fi