setting source dir to current by dafault

This commit is contained in:
Evgeny
2018-12-27 02:26:09 -06:00
والد b51cb80f93
کامیت 3f133beed1
+1 -2
مشاهده پرونده
@@ -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