fix(config): check for lib64. Fixes #1343

This commit is contained in:
Folke Lemaitre 2024-07-13 18:07:56 +02:00
parent 788feaf10e
commit 93499c5deb
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 16 additions and 1 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8