auto merge of #5837 : tdaede/rust/fix_file_command, r=catamorphism
Without 'file' it assumes a 32 bit userspace even with a 64 bit kernel, which is incorrect in most cases.
This commit is contained in:
commit
82a8815b94
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -237,7 +237,7 @@ need_cmd uname
|
|||
need_cmd date
|
||||
need_cmd tr
|
||||
need_cmd sed
|
||||
|
||||
need_cmd file
|
||||
|
||||
msg "inspecting environment"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue