Skip to content

Commit faa052a

Browse files
etiennebrateaurhash
authored andcommitted
Feat #280: Fix the extension of the shared library for GNU/Hurd
1 parent 5dd4665 commit faa052a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ elif darwin; then
724724
SHARED_EXT=".${RHASH_VERSION}.dylib"
725725
SO_MAJ_EXT=".${RHASH_VERSION_MAJOR}.dylib"
726726
SOLINK_EXT=".dylib"
727-
elif linux || bsd; then
727+
elif linux || bsd || gnu; then
728728
# use the full library version for the library file extension
729729
SHARED_EXT=".so.${RHASH_VERSION}"
730730
fi

0 commit comments

Comments
 (0)