setting source dir to current by dafault

[ROCm/roctracer commit: 3f133beed1]
This commit is contained in:
Evgeny
2018-12-27 02:26:09 -06:00
rodzic 2cb2890091
commit b79d769227
+1 -2
Wyświetl plik
@@ -7,8 +7,7 @@ fatal() {
exit 1
}
if [ -z "$ROCTRACER_ROOT" ]; then fatal "env var ROCTRACER_ROOT is not defined"; fi
if [ -z "$ROCTRACER_ROOT" ]; then export ROCTRACER_ROOT=$PWD; fi
if [ -z "$BUILD_DIR" ] ; then export BUILD_DIR=$PWD; fi
if [ -z "$HIP_PATH" ] ; then export HIP_PATH="$ROCM_PATH/hip"; fi
if [ -z "$HCC_HOME" ] ; then export HCC_HOME="$ROCM_PATH/hcc"; fi