Skip to content

Commit 70c929f

Browse files
committed
correctly identify BLAS as ILP64 on darwin
1 parent 8131615 commit 70c929f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/autodetection.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ const char * autodetect_symbol_suffix(void * handle, const char * suffix_hint) {
6161
const char * suffixes[] = {
6262
// Possibly-NULL suffix that we should search over
6363
suffix_hint,
64+
65+
"64_",
6466

6567
// First, search for LP64-mangling suffixes, so that when we are loading libs from an
6668
// CLI environment, (where suffix hints are not easy) we want to give the most stable

0 commit comments

Comments
 (0)