Skip to content

Commit c5264e2

Browse files
authored
fix libdl.so symbol visibility (#450)
1 parent a796d87 commit c5264e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ PIC_OBJS = \
496496
$(LIBWASI_EMULATED_GETPID_SO_OBJS) \
497497
$(LIBWASI_EMULATED_SIGNAL_SO_OBJS) \
498498
$(LIBWASI_EMULATED_SIGNAL_MUSL_SO_OBJS) \
499+
$(LIBDL_SO_OBJS) \
499500
$(BULK_MEMORY_SO_OBJS) \
500501
$(DLMALLOC_SO_OBJS) \
501502
$(LIBC_BOTTOM_HALF_ALL_SO_OBJS) \

0 commit comments

Comments
 (0)