We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8131615 commit 70c929fCopy full SHA for 70c929f
1 file changed
src/autodetection.c
@@ -61,6 +61,8 @@ const char * autodetect_symbol_suffix(void * handle, const char * suffix_hint) {
61
const char * suffixes[] = {
62
// Possibly-NULL suffix that we should search over
63
suffix_hint,
64
+
65
+ "64_",
66
67
// First, search for LP64-mangling suffixes, so that when we are loading libs from an
68
// CLI environment, (where suffix hints are not easy) we want to give the most stable
0 commit comments