Fixed detection of sample type c / cpp (#11444)
This commit is contained in:
parent
d654071b51
commit
90366c2c60
@ -14,7 +14,7 @@ usage() {
|
||||
exit 1
|
||||
}
|
||||
|
||||
samples_type=$(basename "$PWD")
|
||||
samples_type=$(basename "$( dirname "${BASH_SOURCE[0]-$0}" )" )
|
||||
build_dir="$HOME/inference_engine_${samples_type}_samples_build"
|
||||
sample_install_dir=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user