Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rockbuilder_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def process_therock_rocm_sdk_build():
ret = True
try:
fname_cfg = rcb_const.RCB__APP_CFG_DEFAULT_BASE_DIR + "/" + rcb_const.RCB__THEROCK_CFG_NAME
therock_cmd_build = ["python", "rockbuilder.py", fname_cfg]
therock_cmd_build = [sys.executable, "rockbuilder.py", fname_cfg]
subprocess.run(therock_cmd_build)
except Exception as ex:
print("ROCM SDK build error with the therock.cfg:")
Expand Down