Skip to content

Commit

Permalink
Fix dlr-native build script (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 authored Sep 14, 2022
1 parent 1d53fc5 commit 7da729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/dlr/dlr-native/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ elif [[ -n $(command -v sysctl) ]]; then
NUM_PROC=$(sysctl -n hw.ncpu)
fi

VERSION=v"$(cat ../../gradle.properties | awk -F '=' '/dlr_version/ {print $2}')"
VERSION=v"$(cat ../../../gradle.properties | awk -F '=' '/dlr_version/ {print $2}')"

if [ ! -d "neo-ai-dlr" ];
then
Expand Down

0 comments on commit 7da729b

Please sign in to comment.