Skip to content

Commit

Permalink
Merge pull request #70 from ROCmSoftwarePlatform/bugfix/hipfc-export-env
Browse files Browse the repository at this point in the history
bugfix: Export HIPCC_ENV again
  • Loading branch information
domcharrier authored Oct 27, 2021
2 parents ba2032d + e14477b commit 5efac02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/hipfc
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ if [ "$__HIPCC_INPUTS" != "" ] ; then
echo " Please install hip"
exit $DEADRC
fi
runcmd "$HIPCC_ENV $ROCM_PATH/bin/hipcc $HIPCC_OPTS $PASSTHRUARGS $__HIPCC_INPUTS $__HIPCC_LINKOPTS -o $__HIPCC_OUTFILE"
export $HIPCC_ENV
runcmd "$ROCM_PATH/bin/hipcc $HIPCC_OPTS $PASSTHRUARGS $__HIPCC_INPUTS $__HIPCC_LINKOPTS -o $__HIPCC_OUTFILE"
fi

if [ "$__INPUTS" != "" ] ; then
Expand Down

0 comments on commit 5efac02

Please sign in to comment.