File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1729,6 +1729,7 @@ Python/interpconfig.o: $(srcdir)/Python/interpconfig.c $(srcdir)/Python/config_c
1729
1729
Python/dynload_shlib.o: $(srcdir)/Python/dynload_shlib.c Makefile
1730
1730
$(CC) -c $(PY_CORE_CFLAGS) \
1731
1731
-DSOABI='"$(SOABI)"' \
1732
+ $(MULTIARCH_CPPFLAGS) \
1732
1733
-o $@ $(srcdir)/Python/dynload_shlib.c
1733
1734
1734
1735
Python/dynload_hpux.o: $(srcdir)/Python/dynload_hpux.c Makefile
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ const char *_PyImport_DynLoadFiletab[] = {
41
41
"." SOABI ".so" ,
42
42
#ifdef ALT_SOABI
43
43
"." ALT_SOABI ".so" ,
44
+ #endif
45
+ #ifdef MULTIARCH
46
+ ".abi" PYTHON_ABI_STRING "-" MULTIARCH ".so" ,
44
47
#endif
45
48
".abi" PYTHON_ABI_STRING ".so" ,
46
49
".so" ,
You can’t perform that action at this time.
0 commit comments