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
3 changes: 2 additions & 1 deletion script/get-gcc/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def postprocess(i):

found_path = os.path.dirname(found_file_path)

env['MLC_GCC_INSTALLED_PATH'] = found_path
env['MLC_GCC_INSTALLED_PATH'] = os.path.dirname(
found_path) # /usr in case of /usr/bin/gcc

file_name_c = os.path.basename(found_file_path)
# G: changed next line to handle cases like gcc-8
Expand Down
Loading