mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Remove path change in build.py (#1089)
First, we don't need this line of code. Second, it may change path unintentionally. That, you want to use gcc from /usr/lib/ccache/gcc, but cmake pickup it from /usr/bin.
This commit is contained in:
parent
d865d34968
commit
055f5af78d
1 changed files with 0 additions and 1 deletions
|
|
@ -737,7 +737,6 @@ def main():
|
|||
os.makedirs(build_dir, exist_ok=True)
|
||||
|
||||
log.info("Build started")
|
||||
os.environ["PATH"] = os.environ["PATH"] + os.pathsep + os.path.dirname(sys.executable)
|
||||
if (args.update):
|
||||
cmake_extra_args = []
|
||||
if(is_windows()):
|
||||
|
|
|
|||
Loading…
Reference in a new issue