Skip to content

Commit

Permalink
Merge pull request #294 from savi-lang/fix/linker-paths-arch-linux
Browse files Browse the repository at this point in the history
Fix linker path detection for 64bit Arch Linux.
  • Loading branch information
jemc authored Apr 12, 2022
2 parents 91f15cb + b3a7516 commit 014e3d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/savi/compiler/binary.cr
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ class Savi::Compiler::Binary
yield "/lib/gcc/x86_64-linux-gnu/*"
yield "/lib/x86_64-linux-gnu"
yield "/usr/lib/gcc/x86_64-linux-gnu/*"
yield "/usr/lib/gcc/x86_64-pc-linux-gnu/*"
yield "/usr/lib/x86_64-linux-gnu"
yield "/usr/lib/gcc/x86_64-redhat-linux/*"
else
Expand Down

0 comments on commit 014e3d9

Please sign in to comment.